#cant setup

1 messages · Page 1 of 1 (latest)

dense apexBOT
#

The error dial tcp: lookup postgres on 10.0.1.1:53: no such host indicates a DNS lookup failure, meaning the server can't resolve the hostname postgres to an IP address.

The error pq: Ident authentication failed for user "ente" suggests an authentication issue with PostgreSQL. This can occur if the password you're using is not the one PostgreSQL is expecting. If you are using Docker Compose for running Ente from source, you might not have set the same credentials in .env and museum.yaml inside server/config directory. Edit the values to make sure the correct credentials are being used. More information can be found at https://help.ente.io/self-hosting/troubleshooting/docker#postgres-authentication-failed
-# If your issue is resolved, feel free to use the </solved:1410327008973557843> command to close this thread. If you'd like to ask me another question use </docsearch:1378409618417647708>

short knoll
#

sorry

#

[cpet@prod server]$ ./main
INFO[0000]main.go:108 main Booting up local server with commit #
INFO[0000]main.go:886 setupDatabase Setting up db
INFO[0000]main.go:893 setupDatabase Connected to DB
panic: pq: Ident authentication failed for user "ente"

goroutine 1 [running]:
main.setupDatabase()
/opt/ente/server/cmd/museum/main.go:896 +0x32b
main.main()
/opt/ente/server/cmd/museum/main.go:128 +0x48c
[cpet@prod server]$

dense apexBOT
#

Thread marked as solved. It will be closed in <t:1759041230:R>.