Hey folks.
I've been trying to get Mattermost installed and running but I keep running into connection refused errors. I've got postgres17 installed, the hba file has been adjusted, the listen address has been adjusted, I tried using localhost, the IP of the server, 127.0.0.1, and even the app IP
{"timestamp":"2024-12-25 22:36:22.640 -05:00","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:262","database":"master","dataSource":"mmuser:
[email protected]:5432/mattermost?charset=utf8mb4%2Cutf8&readTimeout=30s&writeTimeout=30s"}
{"timestamp":"2024-12-25 22:36:22.640 -05:00","level":"error","msg":"failed to initialize platform: cannot create store: error setting up connections: dial tcp 127.0.0.1:5432: connect: connection refused","caller":"commands/server.go:76"}
I've tried everything I can think of.