Re: PostgreSQL Concern Regarding PITR.

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: PostgreSQL Concern Regarding PITR.
Дата
Msg-id CAKFQuwbJC3OEcCR6hAifFoHbwo2+THs7RtaHnd2=KK-i5qo0fg@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL Concern Regarding PITR.  (Vivek Gadge <vvkgadge56@gmail.com>)
Список pgsql-admin
On Saturday, June 6, 2020, Vivek Gadge <vvkgadge56@gmail.com> wrote:
Is it possible to perform the table level PITR in postgresql version 9.6 or 10, if yes could u plz assist .

If no ,then is there any facilities/utilities provided in upgraded postgresql versions like 11 or 12 

No, WAL interleaves all data in the cluster, PITR simply stops WAL replay.  PITR will not produce a corrupted database cluster.  You have to PITR the whole thing then pull out the table from the restored version.

David J.

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

Предыдущее
От: Vivek Gadge
Дата:
Сообщение: PostgreSQL Concern Regarding PITR.
Следующее
От: Greg Spiegelberg
Дата:
Сообщение: Re: PostgreSQL Concern Regarding PITR.