sameersbn / docker-postgresql

Dockerfile to build a PostgreSQL container image which can be linked to other containers.
MIT License
1.05k stars 468 forks source link

FATAL: password authentication failed for user "postgres" . on MacOS #151

Open lama11211 opened 3 years ago

lama11211 commented 3 years ago

I install Postgres with EDB on MacOS Big Sur 11.6 . I install just like this video https://youtu.be/1aybOgni7lI But when I log in to pg admin it shows me this error: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "Postgres"

why? How to solve it?