Re: Problem with PITR recovery

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problem with PITR recovery
Дата
Msg-id 200504181652.j3IGqAl24676@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Problem with PITR recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Problem with PITR recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > OK, I updated the two current TODO items:
> >     * Automatically force archiving of partially-filled WAL files when
> >       pg_stop_backup() is called or the server is stopped
> 
> > Is this OK?
> 
> Archive on stop is right out.  The common reason for a stop is that the
> system is being shut down, and we don't have time to archive a WAL file
> before init will kill -9 us.

Ah, good point.  Can we do it for 'smart' shutdown mode, which is the
default?  I see server stop scripts using 'fast' where we would not do
the WAL archive.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with PITR recovery
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Problem with PITR recovery