Re: Warm standby system - FATAL: the database system is starting up

From: Artis Caune <Artis(dot)Caune(at)latnet(dot)lv>
To: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Warm standby system - FATAL: the database system is starting up
Date: 2007-12-22 20:04:49
Message-ID: 476D6DE1.4050600@latnet.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-12-22 20:41:23 Re: installation on Mac OS X 10.5.1
Previous Message Chuck 2007-12-22 19:21:21 Re: installation on Mac OS X 10.5.1