Database error when upgrading 5.4.6 to 5.5.1 #4543
Replies: 2 comments
-
This happens when the field length in combination with the key is too much for your MySQL installation to handle. I can't do much code-wise, I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
I had the same problem with MariaDB version 10.1 and Firefly 5.4.6 I'm on debian so I began with My database is named "firefly"
Hope this help |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
I am running Firefly III version 5.4.6, and my problem is:
When updating my self hosted system (with the help of the official manual) the
php artisan migrate --seed
command results in the follwoing error:When running the code again, the follwing error occurs:
Steps to reproduce
composer create-project grumpydictator/firefly-iii --no-dev --prefer-dist firefly-iii-updated 5.5.1
cp firefly-iii/.env firefly-iii-updated/.env
cp firefly-iii/storage/upload/* firefly-iii-updated/storage/upload/
cp firefly-iii/storage/export/* firefly-iii-updated/storage/export/
cd firefly-iii-updated
rm -rf bootstrap/cache/*
php artisan cache:clear
php artisan migrate --seed
Extra info
Debug information generated at 2021-03-28 17:06:44 Europe/Amsterdam for Firefly III version 5.4.6.
Bonus points
Beta Was this translation helpful? Give feedback.
All reactions