| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Vivek Gadge <vvkgadge56(at)gmail(dot)com> |
| Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>, "vinod16895(at)gmail(dot)com" <vinod16895(at)gmail(dot)com> |
| Subject: | Re: PostgreSQL Concern Regarding PITR. |
| Date: | 2020-06-07 06:13:36 |
| Message-ID: | CAKFQuwbJC3OEcCR6hAifFoHbwo2+THs7RtaHnd2=KK-i5qo0fg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Saturday, June 6, 2020, Vivek Gadge <vvkgadge56(at)gmail(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Spiegelberg | 2020-06-07 12:38:24 | Re: PostgreSQL Concern Regarding PITR. |
| Previous Message | Vivek Gadge | 2020-06-06 18:24:20 | PostgreSQL Concern Regarding PITR. |