postgress connection to server on socket failed

72 views Asked by At

psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting connections on that socket?

brew uninstall postgresql

brew install postgresql

1

There are 1 answers

0
parthesh soni On

SOLUTION

Remove postmaster.pid file

rm /usr/local/var/postgres/postmaster.pid

brew services restart postgresql