-
-
Notifications
You must be signed in to change notification settings - Fork 118
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: role "postgres" does not exist #866
Comments
same here after i tried using the fixes from #856 now this :( edit: okay so i got it working with using the 856 fix but adding: -h localhost
still have the error tho: 2025-02-13 16:59:14.883 UTC [1346] postgres@dawarich_development FATAL: Peer authentication failed for user "postgres" 2025-02-13 16:59:14.883 UTC [1346] postgres@dawarich_development DETAIL: Connection matched file "/etc/postgresql/17/main/pg_hba.conf" line 118: "local all postgres peer" |
@vordenken can you provide more information on your hardware and your docker compose file? Thanks @DEZEP I think your issue should be resolved in release 0.24.1, but it's good you already have solved it |
Hi @Freika , yes sure. Here's my docker compose file:
Im running normal docker (latest version) on Debian. Interesting is that the application still runs fine with all data shown. |
@vordenken so basically it all runs nicely but logs are indicating a database error? |
@Freika yes exactly. this just looping over and over: LOG: provided user name (postgres) and authenticated user name (root) do not match |
Updated from 0.23.6 to 0.24.0 and also switched to the "image: postgis/postgis:14-3.5-alpine" for the DB.
Now the db logs are spamming:
The text was updated successfully, but these errors were encountered: