By keuchakian
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.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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?
createdb -U dbuser -h localhost -d my_database
This command should confirm whether it is available on the localhost:
sudo netstat -plunt | grep postgres
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.