Hello,
I am trying to setup a Galaxy Docker instance but i am getting this error on database startup:
"Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? could not connect to server: Network is unreachable Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432?"
Have you any idea??
Thanks a lot,
Dimitris
I personally have not tried Galaxy Docker but here's a couple of things.
I am using Postegresql 9.3 and Ubuntu 14.04.
Are you positive that your postgres is running.
Also verify that in file
/etc/postgresql/9.3/main/postgresql.conf
has the following linePostgresql automatically starts when Galaxy Docker is running, so it is not installed locally on pc. The port is 5432 and the .conf file is placed in Galaxy Docker folder.