I just upgraded to Postgres 10.3 via Homebrew. I can't seem to login into my databases through "psql [database name]".
I get the following error:
psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Also, tried running running a restart through HomeBrew ("brew services restart postgresql") with no issues. Below was the output.
Stopping postgresql
... (might take a while)
==> Successfully stopped postgresql
(label: homebrew.mxcl.postgresql)
==> Successfully started postgresql
(label: homebrew.mxcl.postgresql)
Also ran "ps auxw | grep post" but this didn't yield any output.