Closed vawaver closed 2 years ago
Is this a new installation or an existing one? It appears the migrations table is out of state and the system is trying to apply the migrations again.
I also have this issue when trying to set up the containers.
But it seems to only happen, if the database already exists and the IN_USER and IN_PASSWORD variables are set in the env file.
If I remove any of them, I get a different error:
In Connection.php line 712:
SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_s
chema.tables where table_schema = ninja and table_name = accounts and table
_type = 'BASE TABLE')
In Connector.php line 70:
SQLSTATE[HY000] [2002] Connection refused
2022-02-07T13:01:42Z [ERROR] [Entrypoint]: Error connecting to DB
2022-02-07T13:01:44Z [INFO] [Entrypoint]: Initialising Invoice Ninja...
Configuration cache cleared!
Configuration cached successfully!
Configuration cache cleared!
Configuration cached successfully!
Route cache cleared!
Routes cached successfully!
Files cached successfully!
Should I create a new issue with this?
Docker vers. 5.3.45 I cannot reach web interface when I start the docker docker_app_1 log
What should I do?