Re: Version 8.2.5 for Windows doesn't startup normallyafter upgrading from 8.2.4

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Walter Roeland <wroeland(at)marcatel(dot)net>
Cc: Dave Page <dpage(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Version 8.2.5 for Windows doesn't startup normallyafter upgrading from 8.2.4
Date: 2007-09-19 14:40:18
Message-ID: 20070919144018.GR13876@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 19, 2007 at 09:10:43AM -0500, Walter Roeland wrote:
> Dave,
>
> For the reasons you mention for using pg_ctl -w, it seemed to me the wisest option to recreate the postgres database. After the normal startup messages, the following error appears once in the log:
>
> 127.0.0.1 postgres postgres FATAL: the database system is starting up
>
> I assume that this is due to the -w option. The service is now working normally.

Yeah, this is normal. pg_ctl polls the server before it has finished the
startup sequence, causing this message to be logged.

It is kind of "scary" that it's logged as FATAL, but it's actually not a
problem at all.

//Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Decibel! 2007-09-19 14:41:07 Re: how to know the current size of a database
Previous Message Decibel! 2007-09-19 14:38:22 Re: Is this good spec for a PostgreSQL server?