Self hosting Ente Server is throwing an error #4346
Closed
Sandeepbreddy
started this conversation in
General
Replies: 2 comments 2 replies
-
Port |
Beta Was this translation helpful? Give feedback.
1 reply
-
Resolved the issue, my bad there are no file permission. So it refused |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self hosting Ente Server using ENTE docker image seeing below error, all the other containers are running fine.
Error
museum-1 | INFO[0000]main.go:95 main Booting up local server with commit #b0674cd5f37cebda0f446db7ce1e87a3e6d8b9fc
museum-1 | INFO[0000]main.go:791 setupDatabase Setting up db
museum-1 | INFO[0000]main.go:798 setupDatabase Connected to DB
museum-1 | panic: dial tcp [::1]:5432: connect: connection refused
museum-1 |
museum-1 | goroutine 1 [running]:
museum-1 | main.setupDatabase()
museum-1 | /etc/ente/cmd/museum/main.go:801 +0x36b
museum-1 | main.main()
passing below details in credentials file
db:
host: postgres
port: 5432
name: ente_db
user: test
password: test
tried to connect to [::1]:5432 with in docker container which is connecting to my db.
Is there a way Ente/Server can use the host IPv4 address instead IPv6. Both Museum, Postgres are on same network.
Beta Was this translation helpful? Give feedback.
All reactions