Database connection issue #191
Unanswered
BelIblis31
asked this question in
Q&A
Replies: 1 comment 9 replies
-
what does your startup command look like? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I face the following error trying to install the packages with docker:
vincent-postgresdb-1 | 2022-03-11 15:35:39.894 UTC [40] FATAL: password authentication failed for user "admin"
vincent-postgresdb-1 | 2022-03-11 15:35:39.894 UTC [40] DETAIL: Password does not match for user "admin".
vincent-postgresdb-1 | Connection matched pg_hba.conf line 99: "host all all all md5"
vincent-vwsfriend-1 | 2022-03-11T15:35:39+0000:ERROR:agent_connector:Could not establish a connection to database, will try again after 10 seconds: (psycopg2.OperationalError) connection to server at "postgresdbbackend" (172.19.0.2), port 5432 failed: FATAL: password authentication failed for user "admin"
Password is correctly set in the ENV file but it seems the user creation didn’t went well.
Do you have any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions