PDA

View Full Version : postgres does not install completely



stg_icm
02-26-2014, 12:43 PM
Early on this same laptop was all good, after format and complete all new drivers and system updates I have this problem:
138512
I havent any files in folder "data", data is empty, i havent postgres.conf file and postmaster.pid.
When I open pgadmin III and try connect to localhost i receive this:
138522

I looking for help but I can't find.
I do this:
start->cmd-> nest user postgres /delete
I Disabled UAC.
Disabled firewall. and still doesn't work
pls help me.

edit:
When I do start->run->cmd->netstat -a i can't find port 5432
when i used telnet and write o 127.0.0.1 5432 i receive can't connect with host on port 5432

udbrky
02-26-2014, 05:16 PM
What is the operating system?

Please see the following guides for postgres related issues.

For issues with postgres:

http://hm2faq.holdemmanager.com/questions/1001/Can+not+Connect+%7B47%7D+Failed+to+Start+PostgreSQ L+#wont-install

To change your folder permissions:

http://hm2faq.holdemmanager.com/questions/2561/Set+Correct+Permissions+on+files+and+folders+HM2+u se

For help with Windows Firewall:

http://hm2faq.holdemmanager.com/questions/1052/Windows+Firewall+%7B47%7D+Defender+Problems

Other security software:

http://hm2faq.holdemmanager.com/questions/1011/Software+Security+Problems+%28Firewall%29

stg_icm
02-26-2014, 05:55 PM
System:
Windows 7 home premium 64 bit service pack 1


What is the operating system?

Please see the following guides for postgres related issues.

For issues with postgres:

http://hm2faq.holdemmanager.com/questions/1001/Can+not+Connect+%7B47%7D+Failed+to+Start+PostgreSQ L+#wont-install
I was trying istall Postgres_8.3.9-v1.0.7, postgresql-9.3.3-1-windows-x64
Holdem_Manager_Setup_1.12.10b
and always this same problem.

To change your folder permissions:

http://hm2faq.holdemmanager.com/questions/2561/Set+Correct+Permissions+on+files+and+folders+HM2+u se

For help with Windows Firewall:

http://hm2faq.holdemmanager.com/questions/1052/Windows+Firewall+%7B47%7D+Defender+Problems

Other security software:

http://hm2faq.holdemmanager.com/questions/1011/Software+Security+Problems+%28Firewall%29

"1. Windows classic view: Go to Start / right click My Computer / Click Manage / Expand Services and Applications at the bottom left / Services.



2. Scroll to PostgreSQL Database Server. If it isn't started (as indicated in the status column) right click on it and choose Start. If it starts and then stops or was already started, follow the steps below:

3. Right click on PostgreSQL Database Sever and choose Properties. You should see the following dialog.

i haven't PostgreSQL Database Server on "services" 138562

I add 2 screen:
138542138552

PS.
I disabled any firewall and antyviruses, additionaly I added an exception for port 5432 and in log i see that 5432 is enabled.

What can I say more:
after not completely instalation, I see in log "postgresql error status: 1060"

stg_icm
02-26-2014, 06:20 PM
and what i can see after not completely instalation:
138572

Patvs
02-26-2014, 09:17 PM
-1 Uninstall PostgreSQL 9.3

-2 Check in Start / right click My Computer / Click Manage / Expand Services and Applications at the bottom left / Services.-->
if the secondary logon service is running.

-3 Install PostgreSQL 9.2 (so NOT 9.3) from PostgreSQL: The world's most advanced open source database (http://www.postgresql.org) to port 5433.
If you have similar install issues as the 9.3 installer, install 8.2: http://ftp.postgresql.org/pub/binary/v8.2.22/win32/postgresql-8.2.22-1.zip to port 5434.

stg_icm
02-26-2014, 10:42 PM
-1 Uninstall PostgreSQL 9.3

-2 Check in Start / right click My Computer / Click Manage / Expand Services and Applications at the bottom left / Services.-->
if the secondary logon service is running.



I did it. not working.
Exactly what i do:
1)uninstal postgres, delete folder in program files
2) I check secondary logon (is running)
3)reboot system
4) start->run->cmd ctrl+shift+enter (as administrator), and delete net user postgres
5) install postgresql-9.2.7-1-windows-x64
and i receive this: 138632

and still dont have postgreSQL database in "services"

I try now step 3.

stg_icm
02-26-2014, 11:02 PM
If you have similar install issues as the 9.3 installer, install 8.2: http://ftp.postgresql.org/pub/binary/v8.2.22/win32/postgresql-8.2.22-1.zip to port 5434.

now is all OK :) thank you very much
When I instal default port was set to 5432, I dont know if it is important, but I changed as you written on 5434

Patvs
02-27-2014, 11:02 AM
It doesn't matter to which port you install it.

(I only said 5434, because if you don't successfully uninstall the previous version, it may not want to install to 5432 anymore)