You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything worked well I cloned the repository and followerd the setup steps but because I changed the postgres password when running the third setup set I ran into an authentication error for postgres.
PG::ConnectionBad: FATAL: password authentication failed for user "postgres"
I assume I have to change the password somewhere else. I just can't figure out where that is.
I would be grateful if anyone could help me
The text was updated successfully, but these errors were encountered:
I got it working by changing the password in the .env and docker-compose.yml file. But I also had to log in to postgres using the old password and altering it from there
Everything worked well I cloned the repository and followerd the setup steps but because I changed the postgres password when running the third setup set I ran into an authentication error for postgres.
PG::ConnectionBad: FATAL: password authentication failed for user "postgres"
I assume I have to change the password somewhere else. I just can't figure out where that is.
I would be grateful if anyone could help me
The text was updated successfully, but these errors were encountered: