Ask Your Question
1

What does the error message "psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory" mean?

asked 2022-02-21 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-06 11:00:00 +0000

qstack gravatar image

The error message suggests that the Postgres server is not running or has crashed. The client is unable to establish a connection with the server because the socket file it's trying to connect to does not exist. This can also happen if the socket file's location has been changed, or if there is an issue with the Postgres configuration.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-21 11:00:00 +0000

Seen: 11 times

Last updated: Jul 06 '21