Post
PostgreSQL
What if the server runs locally and accepts connections on unix domain socket "/tmp/.s.PGSQL.5432"?
Posted on 29th March 2023
This kind of error happens when PostgreSQL server does not run due to force shut down because if you delete a postmaster. Pid without crosschecking if any process is running this could permanently corrupt your database.
And if this happens then you can use the procedure:
Brew services start PostgreSQL
Now you can create your database.
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies