Ask Your Question
2

What is the reason for the error message "[28P01] FATAL: password authentication failed for user 'postgres'" while attempting to connect to a postgres database in a docker container?

asked 2021-08-23 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-06-17 21:00:00 +0000

nofretete gravatar image

The error message indicates that the username and/or password provided to authenticate with the postgres database within the docker container were incorrect. This can happen if the username or password were typed incorrectly, if the user does not have permission to access the database, or if the postgres service is not running in the container.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-23 11:00:00 +0000

Seen: 12 times

Last updated: Jun 17 '21