initdb failing

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: initdb failing
Date: 2009-10-06 18:00:54
Message-ID: 4ACB85D6.8030602@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I am using PostgreSQL 8.4.1 on Windows XP SP3 (64 -bit).

This is what i get when i fire initdb command:

/D:\Base\NetScope\pg\bin>initdb.exe -d -n -U postgres -D
d:\base\netscope\pg\data

Running in debug mode.
Running in noclean mode. Mistakes will not be cleaned up.
Running in debug mode.
Running in noclean mode. Mistakes will not be cleaned up.
VERSION=8.4.1
PGDATA=d:/base/netscope/pg/data
share_path=D:/Base/NetScope/pg/share
PGPATH=D:/Base/NetScope/pg/bin
POSTGRES_SUPERUSERNAME=postgres
POSTGRES_BKI=D:/Base/NetScope/pg/share/postgres.bki
POSTGRES_DESCR=D:/Base/NetScope/pg/share/postgres.description
POSTGRES_SHDESCR=D:/Base/NetScope/pg/share/postgres.shdescription
POSTGRESQL_CONF_SAMPLE=D:/Base/NetScope/pg/share/postgresql.conf.sample
PG_HBA_SAMPLE=D:/Base/NetScope/pg/share/pg_hba.conf.sample
PG_IDENT_SAMPLE=D:/Base/NetScope/pg/share/pg_ident.conf.sample
The files belonging to this database system will be owned by user
"NetScopeAdmin ".
This user must also own the server process.

The database cluster will be initialized with locale
Portuguese_Portugal.1252.
The default database encoding has accordingly been set to WIN1252.
The default text search configuration will be set to "portuguese".

fixing permissions on existing directory d:/base/netscope/pg/data ... ok
* creating subdirectories ... initdb: could not create directory
"d:/base/netscope/pg": File exists
*initdb: data directory "d:/base/netscope/pg/data" not removed at user's
request

Anything that i am missing anywhere??//

/

--
Regards,
Sachin Srivastava
www.enterprisedb.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2009-10-06 18:11:47 Re: initdb failing
Previous Message Alban Hertroys 2009-10-06 17:48:16 Re: is it possible to do an update with a nested select that references the outer update ?