PostgreSQL not installed?
When i type "sudo su postgres" shell returns: "Unknown id: postgres". When i type "dropuser vagrant", shell returns "dropuser: could not connect to database postgres: 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 " How can i correct this? Thank you!
Sorry You must be a logged in, registered user to answer a question.
Answers
Install using sudo apt-get install postgresql libpq-dev and then run sudo su postgres Had same problem worked for me :) cheers