20TN40 wrote:Hello! I just installed PT3 today and chose the option to install PostgreSQL as well. It appeared that everything went normally but when I first tried to open PT3 after the computer restarted, I got a pop up to "Configure PostgreSQL Server". The server, Database User and port are all filled in but the password is not. I have disabled the AUC, I am running as administrator and I've tried the random password and also changing user and password to postgresx. However, when I click to connect, I get a message saying "Unable to connect to this database. Please check configuration." Checked my program files and I don't have a file named "PostgreSQL". Does this mean the installation failed? And if so, what do I need to do next?
Thanks!
Try using the default password, 'dbpass' (no quotes).
If that does not work, go Start->Programs->PostgreSQL->Configuration Files->Edit pg_hba.conf.
At the bottom of this file there are two lines that end with 'md5'. Change both 'md5' to 'trust'. File->Save.
Then go Start->Programs->PostgreSQL->Reload Configurations.
You can now proceed with leaving the password field empty.
Best regards,
Derek