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
I carefully followed instruction in READ.ME but after "docker-compose up -d" I keep getting
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] FATAL: password authentication failed for user "postgres"
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] DETAIL: Password does not match for user "postgres".
postgres_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
see
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] FATAL: password authentication failed for user "postgres"
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] DETAIL: Password does not match for user "postgres".
postgres_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
in logs
Actual Result
why is the password in ./placeholder-secrets/postgre_password wrong and cause this problem?
Expected Result
password authentication success
Environment
not needed
Platform
Linux (Ubuntu)
Linux (Other)
macOS
Windows
Platform version
No response
Runtime
Node.js
Docker
Runtime version
v10.19.0
The text was updated successfully, but these errors were encountered:
Summary
I carefully followed instruction in READ.ME but after "docker-compose up -d" I keep getting
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] FATAL: password authentication failed for user "postgres"
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] DETAIL: Password does not match for user "postgres".
postgres_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
in logs
Steps to reproduce the bug
git clone
--single-branch
--branch 7.0.2
--recurse-submodules
https://github.com/input-output-hk/cardano-graphql.git
&& cd cardano-graphql
DOCKER_BUILDKIT=1
COMPOSE_DOCKER_CLI_BUILD=1
RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13/db-sync-snapshot-schema-13-block-8127593-x86_64.tgz
docker-compose up -d --build &&
docker-compose logs -f
see
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] FATAL: password authentication failed for user "postgres"
postgres_1 | 2022-12-15 02:56:26.827 UTC [410] DETAIL: Password does not match for user "postgres".
postgres_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
in logs
Actual Result
why is the password in ./placeholder-secrets/postgre_password wrong and cause this problem?
Expected Result
password authentication success
Environment
not needed
Platform
Platform version
No response
Runtime
Runtime version
v10.19.0
The text was updated successfully, but these errors were encountered: