Re: urgent: another postmaster

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Scott Frankel <leknarf(at)pacbell(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: urgent: another postmaster
Date: 2005-05-23 20:14:27
Message-ID: 1116879267.31821.224.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2005-05-23 at 14:58, Scott Frankel wrote:
> After a server crash forced a reboot, `pg_ctl start` fails with a FATAL
> error. Log output says that the lock file, postmaster.pid, already
> exists.
>
> Can I just su to root and delete the .pid file to relaunch? Or will
> this have nasty

Just check first to make sure there really are no postmasters running
and you should be safe

ps aex|grep post

and if there's no output, delete the pid file. If there really are
other postmasters or postgreses running, then kill them first.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-05-23 20:18:18 Re: pg_dump in a production environment
Previous Message Scott Frankel 2005-05-23 19:58:36 urgent: another postmaster