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

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Miroslav Nachev" <miro(at)space-comm(dot)com>
Cc: mha(at)hagander(dot)net, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation
Date: 2008-02-25 15:48:05
Message-ID: 937d27e10802250748q30052f7au4fe00b6a07cfa1ce@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Feb 25, 2008 at 3:39 PM, Miroslav Nachev <miro(at)space-comm(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Miroslav Nachev 2008-02-25 16:56:37 Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation
Previous Message Miroslav Nachev 2008-02-25 15:39:28 Re: BUG #3980: Can not Install PostgreSQL - error at the end of installation