Problem with connection to db #7388
Unanswered
mukhammart
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've installed wikijs with the help of docker compose.
docker-compose.yaml file looks like:
and .env file looks like:
POSTGRES_PASSWORD = wikijsrocks, DB_PASS = wikijsrocks
After running the container such error occurs:
2024-10-15 21:21:57 wiki-1 | 2024-10-15T16:21:57.970Z [MASTER] error: Database Connection Error: 28P01 undefined:undefined
2024-10-15 21:21:57 wiki-1 | 2024-10-15T16:21:57.970Z [MASTER] warn: Will retry in 3 seconds... [Attempt 9 of 10]
2024-10-15 21:22:00 wiki-1 | 2024-10-15T16:22:00.975Z [MASTER] info: Connecting to database...
2024-10-15 21:22:00 db-1 | 2024-10-15 16:22:00.983 UTC [64] FATAL: password authentication failed for user "wikijs"
Could you help me with that? The same configuration works on another machine, here it does not.
Beta Was this translation helpful? Give feedback.
All reactions