Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL: password authentication failed for user "postgres" #368

Closed
carlosbaraza opened this issue Jun 14, 2023 · 3 comments
Closed

FATAL: password authentication failed for user "postgres" #368

carlosbaraza opened this issue Jun 14, 2023 · 3 comments

Comments

@carlosbaraza
Copy link

v0.4.0 doesn't seem to work and throws this error when running:

superagi-super__postgres-1  | 2023-06-14 10:01:01.234 UTC [346] FATAL:  password authentication failed for user "postgres"
superagi-super__postgres-1  | 2023-06-14 10:01:01.234 UTC [346] DETAIL:  Role "postgres" does not exist.
@carlosbaraza
Copy link
Author

Solved it by changing the host port in the docker-compose.yml to different port:

ports:
      - "5435:5432"

I'm using OSX

@carlosbaraza
Copy link
Author

Refer to this for some ideas: sameersbn/docker-postgresql#112

@neelayan7
Copy link
Collaborator

Looks like the issue is resolved. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants