David Borrink
Basic Pleskian
- Server operating system version
- CentOS Linux 7.9.2009 (Core)
- Plesk version and microupdate number
- Plesk Obsidian 18.0.49 Update #2, last updated on Jan 18, 2023 08:04 PM
I'm wanting to install Mattermost on Plesk for a messaging system for my home business with my family. I have the Docker extension added, and from what I can tell, I would be installing the Mattermost/Mattermost Team Edition container. A local image has been added and when I chose run, it appears to be repeating the same five lines in the log...
{"timestamp":"2023-02-18 03:52:06.137 Z","level":"info","msg":"Server is initializing...","caller":"platform/service.go:165","go_version":"go1.18.1"}
{"timestamp":"2023-02-18 03:52:06.137 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:06.139 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:16.146 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:16.146 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:26.155 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:26.155 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:36.164 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:36.164 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:46.173 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:46.173 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
I appear to be getting nowhere. I need a translation of what this means so I know what's going on. I've never worked with Docker or Containers so... I'm a newbie.
{"timestamp":"2023-02-18 03:52:06.137 Z","level":"info","msg":"Server is initializing...","caller":"platform/service.go:165","go_version":"go1.18.1"}
{"timestamp":"2023-02-18 03:52:06.137 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:06.139 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:16.146 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:16.146 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:26.155 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:26.155 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:36.164 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:36.164 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
{"timestamp":"2023-02-18 03:52:46.173 Z","level":"info","msg":"Pinging SQL","caller":"sqlstore/store.go:240","database":"master"}
{"timestamp":"2023-02-18 03:52:46.173 Z","level":"error","msg":"Failed to ping DB","caller":"sqlstore/store.go:250","error":"dial tcp 127.0.0.1:5432: connect: connection refused","retrying in seconds":10}
I appear to be getting nowhere. I need a translation of what this means so I know what's going on. I've never worked with Docker or Containers so... I'm a newbie.