Skip to content

password authentication failed for user "super" #33

@magick93

Description

@magick93

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions