I am running Firefly III version 4.7.16
Description
try to upgrade to 4.7.17 but i can finish the procedure because i have a error when execute this command:
php artisan migrate --seed
Extra info
user@FINANCE html/firefly-iii-updated# rm -rf bootstrap/cache/*
user@FINANCE html/firefly-iii-updated# php artisan cache:clear
Application cache cleared!
user@FINANCE html/firefly-iii-updated# php artisan migrate --seed
In Connection.php line 664:
SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) (SQL: select * from information_schema.tables where table_schema = homestead and table_name =
migrations)
In PDOConnection.php line 31:
SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)
In PDOConnection.php line 27:
SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)
Bonus points
maybe the problem is that I changed the email with the login? but with version 4.7.16 I have no problem. thx
In the original Firefly III directory you will find a .env file. Copy it to the new directory, then try the command again.
sorry i copied the wrong file :), now the upgrades works well, is it possible to create a script to automate the upgrade process?
Yes, just put all your commands in one bash file ;-).
But seriously I have no plans to automate it. You could use docker, that comes the closest.