postgresql installation failed

后端 未结 21 1537
你的背包
你的背包 2020-12-24 08:05

I tried to install postgresql 8.4 in my windows 7 (64 bit). But it fails with following messages in log

Initialising the database cluster (this may take a few min         


        
21条回答
  •  醉酒成梦
    2020-12-24 08:35

    1. check the services: if any folder there postgres related stop it, and change to disable mode.
    2. check regedit: HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER -> software -> remove postgres folder if exists.
    3. In system environment variable: TEMP path location, remove the TEMP folder for both user and system. and Rename the TEMP to TEMP1 or something..
    4. In system environment variable: remove path for postgres if it exists.
    5. Now change the location of postgres.exe file to another drive.
    6. Restart the system
    7. Then Run postgres.exe
    8. create a new installation directory for postgres and put /data outside.

提交回复
热议问题