Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation - Mailing list pgsql-bugs

From Dave Page
Subject Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation
Date
Msg-id 937d27e10802250748q30052f7au4fe00b6a07cfa1ce@mail.gmail.com
Whole thread Raw
In response to Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation  (Miroslav Nachev <miro@space-comm.com>)
Responses Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation  (Miroslav Nachev <miro@space-comm.com>)
List pgsql-bugs
On Mon, Feb 25, 2008 at 3:39 PM, Miroslav Nachev <miro@space-comm.com> wrote:
>
>
>
>  To get up and running though, you should be able to install with
> initdb disabled and then run it manually from the commandline.
>
>  How to do the above?

When you install, un-check the initdb option on the initdb page of the
wizard. Then, initialise the cluster after installation by running a
command like:

initdb -D ../data

from the PostgreSQL command prompt window (there's a shortcut on the
start menu). See
http://www.postgresql.org/docs/8.3/interactive/app-initdb.html for
more info on the initdb options.

Once that's done you should register PostgreSQL as a service - see the
'register' mode of pg_ctl:
http://www.postgresql.org/docs/8.3/interactive/app-pg-ctl.html

Those steps are roughly what the installer normally does for you.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company

pgsql-bugs by date:

Previous
From: Miroslav Nachev
Date:
Subject: Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation
Next
From: Miroslav Nachev
Date:
Subject: Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation