From: | Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> |
---|---|
To: | Artis Caune <Artis(dot)Caune(at)latnet(dot)lv> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Warm standby system - FATAL: the database system is starting up |
Date: | 2007-12-22 21:12:12 |
Message-ID: | 83931.35343.qm@web25815.mail.ukl.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Artis,
I'm using debian. We discovered another postgres on the network was
trying to connect.
What about the "postgres: startup process" ? Should this always be
visibile on a system reading WALs? Nobody has answered that yet.
Glyn
--- Artis Caune <Artis(dot)Caune(at)latnet(dot)lv> wrote:
> 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"
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2007-12-22 21:26:42 | Re: Warm standby system - FATAL: the database system is starting up |
Previous Message | Dave Page | 2007-12-22 20:41:23 | Re: installation on Mac OS X 10.5.1 |