Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
281 views

UNIX: psql: could not connect to server: No such file or directory

When I type 'psql' into terminal, or when I try to connect to the server using Postgres.app I get "/Applications/Postgres.app/Contents/Versions/9.6/bin/psql" -p5432 -d "postgres" psql: could not ...
dimitri's user avatar
  • 11
1 vote
2 answers
925 views

Postgres - could not connect to server after trying rake db:create:all

I'm trying to get Postgres up and running on OS X Lion - homebrew - rvm. http://railscasts.com/episodes/342-migrating-to-postgresql After following the above instructions, I ran into the same ...
cpursley's user avatar
  • 182