Page 1 of 1

PostgreSQL Install Problem

PostPosted: Thu Feb 28, 2008 11:08 pm
by NickStam
I successfully installed PokerTracker 3 - Holdem With PostgreSQL a week ago, uninstalled it, and now get this message:

Unable to create PostgreSQL database: PT3 Beta DB1
Reason: Unable to login to database (template1). Reason: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" and accepting TCP/IP connections on port 5432?

It gets like 75% through the install and then backs out.

Is this a firewall issue?

Re: PostgreSQL Install Problem

PostPosted: Fri Feb 29, 2008 12:35 am
by APerfect10
It sounds like PT3 is expecting PostgreSQL to be installed but it is not.

If there is a directory under Program Files named PostgreSQL, delete it.

Also, go Start->Run, "cmd". Then run:

[codekmf]net user postgres /delete[/codekmf]

Try reinstalling using the PokerTracker 3 installation with PostgreSQL.

Best regards,

Derek

Re: PostgreSQL Install Problem

PostPosted: Fri Feb 29, 2008 8:31 pm
by NickStam
[quote="APerfect10"ufx]It sounds like PT3 is expecting PostgreSQL to be installed but it is not.

If there is a directory under Program Files named PostgreSQL, delete it.

Also, go Start->Run, "cmd". Then run:

[codeufx]net user postgres /delete[/codeufx]

Try reinstalling using the PokerTracker 3 installation with PostgreSQL.

Best regards,

Derek[/quoteufx]

That worked. Thank You.