Hi folks, i’ve experienced some issues with the installation of postgres. I already have it, but i couldnt run any command, including the “createdb”. The error message that i’ve received is: createdb: could not connect to database template1: 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.5432”?
I have checked the conf file and it accepts connections from localhost. Could you please help on this? I have to put my site online asap.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
From the look of it, it’s trying to connect to a socket file while the database is actually running on the localhost. Can you create a database with the following?
This command should confirm whether it is available on the localhost: