UltraSmooth
Programmer
When trying to install postgresql win32 8.0 beta 4 on my XP Professional computer (with SP2) I get an error saying 'Failed to run initdb: 1!' and then the install rolls back the installation. Here's the output of the logfile:
---------Logfile--------------
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale C.
fixing permissions on existing directory C:/Program Files/PostgreSQL/8.0.0-beta4/data ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/global ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_xlog ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_xlog/archive_status ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_clog ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_subtrans ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/base ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/base/1 ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_tblspc ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 1000
creating configuration files ... ok
creating template1 database in C:/Program Files/PostgreSQL/8.0.0-beta4/data/base/1 ... initdb: failed
initdb: removing contents of data directory "C:/Program Files/PostgreSQL/8.0.0-beta4/data"
------------------------------------
I have tried installing all over 8.0 beta versions as well as trying the install on a windows 2000 server (sp4).
I am initializing the install using the Administrator account and setup the service using the postgres account and have given full control priveleges to the Program Files and Windows folder. I have tried creating a folder on another drive for the data folder and selected this folder in the installer.
Anyone have any idea what's causing this or how I can get postegres installed?
---------Logfile--------------
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale C.
fixing permissions on existing directory C:/Program Files/PostgreSQL/8.0.0-beta4/data ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/global ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_xlog ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_xlog/archive_status ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_clog ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_subtrans ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/base ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/base/1 ... ok
creating directory C:/Program Files/PostgreSQL/8.0.0-beta4/data/pg_tblspc ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 1000
creating configuration files ... ok
creating template1 database in C:/Program Files/PostgreSQL/8.0.0-beta4/data/base/1 ... initdb: failed
initdb: removing contents of data directory "C:/Program Files/PostgreSQL/8.0.0-beta4/data"
------------------------------------
I have tried installing all over 8.0 beta versions as well as trying the install on a windows 2000 server (sp4).
I am initializing the install using the Administrator account and setup the service using the postgres account and have given full control priveleges to the Program Files and Windows folder. I have tried creating a folder on another drive for the data folder and selected this folder in the installer.
Anyone have any idea what's causing this or how I can get postegres installed?