Incorrect transactions sum after MySQL to PSQL migration #9645
-
Hi, I have recently migrated my Firefly III database from MyQL engine to PostgreSQL, and when I run the
In the old instance, running that same command does not report that error. To perform the migration, I have partially followed the guidance here. I used When I access Firefly III Web UI, I see the balances are the same as in the old instance (the old database is connected to a different web server, so I can access both at the same time): "as of now" Net Worth matches in both instances and so do the account balances. Any idea on what could have gone wrong? It is a bit confusing that the balances match in both instances, but only one of them reports this issue of being off by 7 cents.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Mmm, what happens when you run If that command doesn't work just check the list, I must admit I don't know the name by heart. |
Beta Was this translation helpful? Give feedback.
Just confirmed that upgrading to 6.1.25 fixed the issue. Running
php artisan firefly-iii:report-integrity
no longer reports the mismatching balance, as it now also takes into account foreign amounts.Leaving here the root cause for anyone else who faces the same issue: