docker-postgresql icon indicating copy to clipboard operation
docker-postgresql copied to clipboard

password authentication failed for user "super"

Open magick93 opened this issue 11 years ago • 0 comments

Hi

Ive tried setting up docker-postgresql several times, but always run into the same problem:

psql: FATAL: password authentication failed for user "super" FATAL: password authentication failed for user "super"

I am using the generated password, and retrieve it via 'docker logs postgresql'. I have also tried setting the password when running the container.

I have also tried

RUN echo "host    all    all    0.0.0.0/0    trust" >> /etc/postgresql/9.3/main/pg_hba.conf

and

RUN echo "host    all    all    0.0.0.0/0    ident" >> /etc/postgresql/9.3/main/pg_hba.conf

Neither worked.

Can you help?

Thanks

magick93 avatar Nov 22 '14 00:11 magick93