Closed qkevinto closed 4 months ago
Did you change passwords in your docker-compose.yml while running docker-compose up again? For instance, if the db container was left unaltered, but the app container was updated (and also the passwords were changed) then it can't authenticate with the db again. In that case both would need to be recreated. Can you check this?
Otherwise: What is your exact server setup?
Ahh you're spot on. I recreated everything including the docker volumes and it's now working. I must've initially docker compose up
to test and then changed the password. I tried recreating it many times but I didn't think to also clean up the docker volumes which contained the database and such. Thanks for that!
Describe the bug Running into an issue that is seemingly identical to #193 except downgrading to mariadb 10 does not make any difference. Using default values in
docker-compose.yml
and trying to start up the server withdocker compose up
results in the application failing to start up due to authentication issues with the db:To Reproduce Steps to reproduce the behavior:
docker compose up
in repository directoryapp
fails to start due to authentication issue withdb
Expected behavior
app
should be able to authenticate withdb
Software:
Desktop (please complete the following information):
Additional context