Re: Postgresql didn't start after power failure

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: Clodoaldo Pinto <clodoaldo_pinto(at)yahoo(dot)com(dot)br>, "pgsql-general postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql didn't start after power failure
Date: 2005-01-12 20:30:46
Message-ID: 200501121330.46996.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday January 12 2005 1:08, Clodoaldo Pinto wrote:
> There was a power failure and then the postgresql service didn't start on
> system restart:
>
> The last activity before power failure was a vacuum full and after that
> nothing at all for more than one hour.
> Is there anyway to know why did it not start and prevent it to happen
> again? How to configure it to write a log at system boot?

PostgreSQL has a safety check that prevents it from restarting if it thinks
there may be residual shared memory segments that might cause a problem.
Your server log will tell you how to check (see ipcs).

It is rare in my experience that failed restarts due to the safety check are
valid. You can usually just nuke the pid file and restart after checking
the shmmem segment listings. I believe Tom Lane recently made the safety
check in 8.0 is a lot smarter than prior versions. I vaguely recall he
posted the patch a month or three ago...

Ed

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joost Kraaijeveld 2005-01-12 20:48:48 How to return a resultset/table from a sql function?
Previous Message Jeff Davis 2005-01-12 20:15:58 index on user defined type