Skip to content

Incorrect transactions sum after MySQL to PSQL migration #9645

Answered by barreeeiroo
barreeeiroo asked this question in Q&A
Discussion options

You must be logged in to vote

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:

The problem was some strange Transfer between accounts in different currency. Prior to 6.1.23, Firefly III would only perform the balance integrity taking into account the standard currency amount, while on 6.1.23 onwards it will also take into account the foreign one.
Transfers between accounts in different currency store the amounts in the following way: outgoing transaction stores the amount in their currency and foreig…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@JC5
Comment options

JC5 Jan 12, 2025
Maintainer

@barreeeiroo
Comment options

@JC5
Comment options

JC5 Jan 12, 2025
Maintainer

@barreeeiroo
Comment options

Answer selected by barreeeiroo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants