0

Psql : could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.45432"?

Hello, When I am installing openproject 8.3.1 version On CentOS 7.6, it threw me some error like could not connect to the server. How to solve this issue ?

CentOS PostgreSQL Add a comment
jayce
asked May 30 2019

Answer

0

Just start the service of postgresql

systemctl start postgresql-10.service

Thus the issue is fixed.

Add a comment
linuxhelp
asked May 30 2019
Post your Answer