Skip to content

Instantly share code, notes, and snippets.

@jvidalba1
Created June 26, 2014 19:10
Show Gist options
  • Save jvidalba1/f74dd27179866ceb79b3 to your computer and use it in GitHub Desktop.
Save jvidalba1/f74dd27179866ceb79b3 to your computer and use it in GitHub Desktop.
problems
Problem topic: postgres
-> Error: psql: could not connect to server: No such file or directory
-> The solution which worked for me:
a pid file was blocking postgres from starting up. To fix it:
rm /usr/local/var/postgres/postmaster.pid
and then all is well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment