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

docker compose - Database connection failed: Database(PgDatabaseError { severity: Fatal, code: "28P01", message: "password authentication failed for user "defguard"" #625

Open
ne0YT opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ne0YT
Copy link

ne0YT commented Apr 16, 2024

Describe the bug
I try to run the:
docker-compose setup
it fails with:

Database connection failed: Database(PgDatabaseError { severity: Fatal, code: "28P01", message: "password authentication failed for user "defguard"", detail: None, hint: None, position: None, where: None, schema: None, table: None, column: None, data_type: None, constraint: None, file: Some("auth.c"), line: Some(326), routine: Some("auth_failed") })

To Reproduce
Steps to reproduce the behavior:

  1. Setup Docker compose as written here:
    https://defguard.gitbook.io/defguard/admin-and-features/setting-up-your-instance/docker-compose
  2. docker compose up

Expected behavior
It starts the service

Version information

@ne0YT ne0YT added the bug Something isn't working label Apr 16, 2024
@LOROP-Franzi
Copy link

what for an operating system?

With ubuntu 20.04 LTS Server it works for me, but with 22.04 and 24.04 I got the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants