Docker compose not starting with password authentication failed #3950
Replies: 2 comments
|
Yeah, that looks like the postgres credentials aren't matching up for some reason. DATABASE_USER / POSTGRES_USER and DATABASE_PASSWORD / POSTGRES_PASSWORD should be the same. Can you see anything in the postgres logs that might point in any more detail to how the authentication is failing? |
|
So I am having this same issue. I have set the DATABASE_USER /POSTGRES_USER and DATABASE_PASSWORD / POSTGRES_PASSWORD to match but the postgres container logs show: 2026-01-07 12:19:22.492 UTC [1447] FATAL: password authentication failed for user "manyfold" |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I tried using docker compose with this setup:
Additional context
The PUID and PGID are from a dedicated manyfold user on the host machine. The Casa network is not used for now since i thaught maybe that was the problem.
Do the password of the postgres-server and the manyfold DATABASE_PASSWORD have to be the same?
i also edded container_name as i thaught maybe the REDIS_URL was the problem.
LOGS:
All reactions