Using default quickstart command causes pguser password auth failure

Trying to set it up directly using the configs already present and using default quickstart command causes pguser password auth failure
No description
17 Replies
Ducky
Ducky3mo ago
If you're encountering Postgres password authentication failures when starting your cluster, it might be due to a stale Docker volume. The error might look like:
museum-1 | panic: pq: password authentication failed for user "pguser"
museum-1 |
museum-1 | goroutine 1 [running]:
museum-1 | main.setupDatabase()
museum-1 | /etc/ente/cmd/museum/main.go:846 +0x338
museum-1 | main.main()
museum-1 | /etc/ente/cmd/museum/main.go:124 +0x44c
museum-1 exited with code 2
museum-1 | panic: pq: password authentication failed for user "pguser"
museum-1 |
museum-1 | goroutine 1 [running]:
museum-1 | main.setupDatabase()
museum-1 | /etc/ente/cmd/museum/main.go:846 +0x338
museum-1 | main.main()
museum-1 | /etc/ente/cmd/museum/main.go:124 +0x44c
museum-1 exited with code 2
This indicates that the password you're using doesn't match what PostgreSQL expects. If you're using Docker Compose, ensure the credentials in .env and museum.yaml (in the server/config directory) are the same. See more at https://help.ente.io/self-hosting/troubleshooting/docker#postgres-authentication-failed. -# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
Troubleshooting Docker-related errors - Self-hosting | Ente Help
Fixing Docker-related errors when trying to self-host Ente
O'Neill
O'Neill3mo ago
I had a similiar issue in a recent build. You might have a look at the compose.yaml changes I did in https://discord.com/channels/948937918347608085/1402737215649349732 The volume one might be of your interest.
Nighthouse
NighthouseOP3mo ago
Thank you ❤️
Ducky
Ducky3mo ago
-# If your issue is resolved, you can use the /solved command to close the thread. If not, use /unsolve to cancel.
Nighthouse
NighthouseOP3mo ago
Ducky's message got my issue solved but ran into another one soon after @Ducky
Ducky
Ducky3mo ago
Quack :lilducky:
Nighthouse
NighthouseOP3mo ago
@Ducky got an issue, Dirty database version 20. Fix and force version.
Ducky
Ducky3mo ago
Quack :lilducky:
Nighthouse
NighthouseOP3mo ago
STOP QUACKING How do I talk to this bot 🗿
O'Neill
O'Neill3mo ago
Glad to help you!
Nighthouse
NighthouseOP3mo ago
Are you running urs behind nginx and cloudflare? yeah this is insane to host, mentally unstable i got it to work thank god now to whitelist admins and figure out the storage
O'Neill
O'Neill3mo ago
Behind nginx
Brogio
Brogio3mo ago
Use /docsearch
Nighthouse
NighthouseOP3mo ago
Oh yeah I tried thanks, it didn't have the answer does anyone know how I would use ente CLI on a selfhosted docker instance i give up
Ducky
Ducky3mo ago
Thread marked as solved. It will be closed in <t:1755428568:R>.
O'Neill
O'Neill3mo ago
Yes, sure. What specific question do you have?
Ducky
Ducky3mo ago
This thread is now closed.

Did you find this page helpful?