PDA

View Full Version : Cannot install Postgres



nunoricardovaz
10-20-2014, 10:26 AM
I installed a clean copy of Windows 8.1 and I cannot install Postgres. I disabled Windows Firewall and Defender, already, and I have done all the windows updates. Can you guys help me?

157612

_Loki_
10-20-2014, 10:32 AM
I installed a clean copy of Windows 8.1 and I cannot install Postgres. I disabled Windows Firewall and Defender, already, and I have done all the windows updates. Can you guys help me?

http://forums.holdemmanager.com/attachments/general-support/157612-cannot-install-postgres-capturar.png
It will be something simple like the "Secondary Logon" service needs to be started in Windows
Work through everything here:- http://hm2faq.holdemmanager.com/questions/1001/Can+not+Connect+%7B47%7D+Failed+to+Start+PostgreSQ L+

nunoricardovaz
10-20-2014, 11:50 AM
It will be something simple like the "Secondary Logon" service needs to be started in Windows
Work through everything here:- http://hm2faq.holdemmanager.com/questions/1001/Can+not+Connect+%7B47%7D+Failed+to+Start+PostgreSQ L+


Secondary logon is in Automatic. I tried to follow every steps in the FAQs, but I cannot install postgres.

Iīm trying to do this: http://forums.holdemmanager.com/general-support/150771-solved-postgresql-database-cluster-initialisation-failed.html

but I donīt understand what I have to do here:
- copy postgresql-8.4.9-1-windows.exe to C:\
- runas /user:postgres cmd.exe -> cd \ -> postgresql-8.4.9-1-windows.exe -> installed successfully without errors. Checked data folder and confirmed files created successfully.

nunoricardovaz
10-20-2014, 12:33 PM
157632

udbrky
10-21-2014, 12:36 AM
- copy postgresql-8.4.9-1-windows.exe to C:\
- runas /user:postgres cmd.exe -> cd \ -> postgresql-8.4.9-1-windows.exe -> installed successfully without errors. Checked data folder and confirmed files created successfully.

This means, the setup file needs to be placed directly in c:\

Open up command prompt, right-clicking it and running it as admin.

This is found in Start - Programs - Accessories, or hold Window key + R to open the Run window and type cmd, you can right-click and run it as admin. Search for cmd will also get you there.

Then type in that /user .... string through windows.exe

nunoricardovaz
10-21-2014, 05:31 AM
- copy postgresql-8.4.9-1-windows.exe to C:\
- runas /user:postgres cmd.exe -> cd \ -> postgresql-8.4.9-1-windows.exe -> installed successfully without errors. Checked data folder and confirmed files created successfully.

This means, the setup file needs to be placed directly in c:\

Open up command prompt, right-clicking it and running it as admin.

This is found in Start - Programs - Accessories, or hold Window key + R to open the Run window and type cmd, you can right-click and run it as admin. Search for cmd will also get you there.

Then type in that /user .... string through windows.exe

Can we schedule a Teamviewer session? I tried literally everything in the last 48h and I need HEM...

nunoricardovaz
10-21-2014, 05:58 AM
I think itīs solved. At least I managed to install HEM.

udbrky
10-21-2014, 06:44 PM
Did HEM open and the reports show? Did you get any messages that Postgres couldn't connect?

nunoricardovaz
10-21-2014, 06:57 PM
Did HEM open and the reports show? Did you get any messages that Postgres couldn't connect?

No, no problems until now. This worked for me: http://forums.holdemmanager.com/general-support/150771-solved-postgresql-database-cluster-initialisation-failed.html

Thanks!