-
Support guidelines
I've found a bug and checked that ...
DescriptionI accidently create a broken transaction record when using Firefly III. The transaction points to link I've checked logs from docker. It seems the database crashed when creating that transaction, and left a record with a NULL value in Is there a way to fix or delete this broken record? I haven't tried delete it directly from the database CLI, with concerning of causing new problems. Debug informationDebug information generated at 2025-01-05 20:11:26 for Firefly III version v6.1.24.
Expected behaviourFirefly iii finds out the record may be wrong and offers a method to fix or just delete it. Steps to reproduceNo response Additional infoLog of firefly_iii_core
Log of firefly_iii_db
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for starting a discussion. You can delete the offending entry with no trouble. Or, run |
Beta Was this translation helpful? Give feedback.
Hi, thanks for starting a discussion.
You can delete the offending entry with no trouble. Or, run
php artisan firefly-iii:correct-database
, it should do this for you.