I just upgraded my account to include a Postgres DB, but when I log into ssh.pythonanywhere.com and type "psql" at the command prompt, I get this error:
09:21 ~ $ psql
psql: 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"?
A little help?