Re: Warm standby system - FATAL: the database system is starting up - Mailing list pgsql-general

From Artis Caune
Subject Re: Warm standby system - FATAL: the database system is starting up
Date
Msg-id 476D6DE1.4050600@latnet.lv
Whole thread Raw
In response to Warm standby system - FATAL: the database system is starting up  (Glyn Astill <glynastill@yahoo.co.uk>)
Responses Re: Warm standby system - FATAL: the database system is starting up
List pgsql-general
Glyn Astill wrote:
> FATAL:  the database system is starting up
> FATAL:  the database system is starting up
> FATAL:  the database system is starting up
>
>
> As far as I know theres nothing else trying to connect.


I think you are using FreeBSD, and default pg_ctl flags in rc.d contains
"-w" option, which wait for start/stop to complete. It check this by
connecting to postmaster.

change postgresql_flags in /etc/rc.conf to:
   postgresql_flags="-s -m fast"
or
   postgresql_flags="-s -m smart"


pgsql-general by date:

Previous
From: Marek Szczypek
Date:
Subject: Re: Change of the data directory on Ubuntu 7.04
Next
From: "Dave Page"
Date:
Subject: Re: installation on Mac OS X 10.5.1