PostgreSQL: Why psql can't connect to server?

 psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory

        Is the server running locally and accepting connections on that socket?

             


solution


#restart PostgreSQL service
sudo service postgresql restart

Post a Comment

0 Comments