Re: troubles with initdb - Mailing list pgsql-general

From Craig Ringer
Subject Re: troubles with initdb
Date
Msg-id 4DE58460.3000507@postnewspapers.com.au
Whole thread Raw
In response to troubles with initdb  (jlhgis <julia.harrell@gmail.com>)
Responses Re: troubles with initdb  (jlhgis <julia.harrell@gmail.com>)
List pgsql-general
On 05/31/2011 11:16 PM, jlhgis wrote:
> I stopped the first instance of PostgreSQL and made a copy of the
> ‘postgresql’ software installation. Copied
> "D:\Database_Apps\PostgreSQL_Dev" to
> "D:\Database_Apps\PostgreSQL_Test".

You don't need to do that. It's fine to use the same binaries and just
have multiple data directories.

It's also unnecessary to create a second user account for the second
instance, though you can if you'd prefer to isolate them. Having
multiple instances running under the 'postgres' account is fine.

I often run test instances under my own local user account rather than
making a user account at all, just because it's easier.

When you run initdb, are you invoking it via runas.exe as postgres_test
? Or logging in as the postgres_test user?

Your command line looks OK to me, so I'm not sure what's going on. With
adjustments for paths it runs fine on my (Linux) system. I'll have a
play on my Windows desktop in a bit.

--
Craig Ringer

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: UTC4115FATAL: the database system is in recovery mode
Next
From: Bosco Rama
Date:
Subject: Re: Postgres 8.3.5 - ECPG and the use of descriptors and cursors in multi-threaded programs