Unable to login to database (postgreSQL)
Mac OS Terminal:
nc -zv localhost 5432
Connection to localhost port 5432 [tcp/postgresql] succeeded!
Also other apps connect successfully...
PT4
Server: localhost, port: 5432
Error: Unable to connect to this database. Please check the configuration.
Log
2022/08/23 07:44:01.186 [01413]: [- Main -][PostgresConnection] Connecting to database postgres
2022/08/23 07:44:01.189 [00003]: [- Main -][PostgresConnection (Error)] Unable to login to database (postgres). Reason: 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"?
2022/08/23 07:44:01.189 [00000]: [- Main -][PostgresConnection (Error)] This server is not responding to connection attempts. Please restart the PostgreSQL service, then PokerTracker and try again.