Hi, I just bought PT4 and I am hardly trying to get it work. Every time I open PT4, and try to connect to PostgreSQL , this error pops up:
"Unable to connect to this database. Please check the configuration".
I already tried different passwords to connect to the server, like dbpass, postgrespass and postgres, but it still does not work. Therefore I installed PostgreSQL 10.3 manually, and another error pops up:
"Problem running post-install step. Installation may not complete correctly
The database cluster initialisation failed."
I opened the SQL Shell to get information for solving this problem. This is the result:
$ /Library/PostgreSQL/10/scripts/runpsql.sh; exit
Server [localhost]:
Database [postgres]:
Port [5432]:
Username [postgres]:
psql: could not translate host name "localhost" to address: nodename nor servname provided, or not known
Press <return> to continue...
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Prozess beendet]
I read different articles on GitHub and in this forum, for instance https://www.pokertracker.com/forums/vie ... hp?t=35451, which mentioned similar problems, but I still cannot get it to work.
Currently I am using a MacBook Pro with High Sierra 10.13.3.
Any help would be much appreciated, because I am getting really really frustrated right now...