All Questions
Tagged with postgres.app unix
2 questions
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 ...
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 ...