Firefly-iii: error when upgrade from 4.7.16 to 4.7.17

Created on 25 May 2019  路  3Comments  路  Source: firefly-iii/firefly-iii

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

question

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nijin22 picture Nijin22  路  3Comments

nicoschreiner picture nicoschreiner  路  3Comments

seandempsay picture seandempsay  路  3Comments

TwizzyDizzy picture TwizzyDizzy  路  3Comments

JC5 picture JC5  路  3Comments