Re: Shutting down warm standby server? "

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Shutting down warm standby server? "
Date: 2008-01-02 16:31:15
Message-ID: 16132.1199291475@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> writes:
> I've setup a warm standby reading WAL files, however when I try to
> shut it down I get the message "server does not shut down".

> postgres(at)way5c:/mnt/archive$ /usr/local/pgsql/bin/pg_ctl stop -D
> /data/postgres/ -m smart
> waiting for server to shut
> down...............................................................
> failed
> pg_ctl: server does not shut down

Well, yeah, because you told it "-m smart" which is defined as "don't
exit until all work is done". "-m fast" should work though, at least
in 8.2.x --- if you are using something older, try "-m immediate".

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-01-02 16:32:51 Re: reconfiguring diskspace while upgrading to 8.2.5
Previous Message Tino Schwarze 2008-01-02 16:02:17 Re: Performance tuning...