Re: point in time recovery and moving datafiles online

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: point in time recovery and moving datafiles online
Дата
Msg-id 16520.1014388340@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: point in time recovery and moving datafiles online  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> Yes. But I think you might have to avoid "vacuum full" during data file backup.

Why?  If vacuum is unsafe in this scenario, wouldn't it also be unsafe
in event of a system crash?

I do believe that vacuum should (but presently does not) emit a WAL
record showing its truncation of the file, so that the equivalent
truncation can be repeated during replay.  However, this is needed
in any case --- point-in-time recovery simply means replaying WAL on
a slightly longer timescale than is usual for crash-recovery.

> And you need the whole WAL including the "page images".

Check, you can't compress out the page images.
        regards, tom lane


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: A Replication Idea
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how to stop running postgres process