Sometimes when I try to get the postgres terminal going I get this error:
codeally@474f9ec8373c:~/project$ psql --username=freecodecamp --dbname=postgres;
psql: error: connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed: No such file or directory
Is the server running locally and accepting connections on that socket?
codeally@474f9ec8373c:~/project$
Any way past this (I have tried several things to remedy this).
Thanks,
Gerry