Re: Postgres: Packaging & Server Startup

From: CM J <postgres(dot)newbie(at)gmail(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres: Packaging & Server Startup
Date: 2009-03-31 11:01:22
Message-ID: d65fd1a40903310401h69253109gd33ec089202ad930@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I don't have multiple postgres installed.Anyway, tried your suggestion
to use the full path name and here is what i get:

D:\pgsql\bin>D:\pgsql\bin\pg_ctl.exe -U postgres -P <mypasswd> -w start
-D:\pgsql\data

pg_ctl: could not open PID file ":/pgsql/data/postmaster.pid": Invalid
argument

There is no data directory created by default (i used
no-installer-zip file to install postgres), so i went ahead and created a
dummy data directory which gave the same result as above. Any suggestions ??

Thanks.

On Tue, Mar 31, 2009 at 4:09 PM, Richard Huxton <dev(at)archonet(dot)com> wrote:

> CM J wrote:
> > pg_ctl.exe -U postgres -P <mypasswd> -w start -D D:\pgsql\data
> >
> > However, i get the following error message:
> >
> > waiting for server to start...FATAL: postgres: could not locate matching
> > postgres executable
>
> That does seem to suggest it found the executable but it didn't match
> versions with the data directory. Do you have two copies installed? If
> so, you'll probably want to specify the complete path to pg_ctl
>
> --
> Richard Huxton
> Archonet Ltd
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2009-03-31 11:05:33 Re: partial TEXT search on an index
Previous Message Richard Huxton 2009-03-31 10:39:42 Re: Postgres: Packaging & Server Startup