From: | chandan Kumar <chandan(dot)issyoga(at)gmail(dot)com> |
---|---|
To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
Cc: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Review my steps for rollback to restore point |
Date: | 2025-03-04 15:30:29 |
Message-ID: | CAHV6zV=G3od8Pa7XOH5dR6LUZQ2aoM__zyV-GMWrfyz=gufF9A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thank you for your time and clarification.
Does PITR recreate database internally ? can i say it is not the same as
pg_restore or it is same as pg_restore plus applying WAL on top of it. I
am asking because can we revern DDL operations without PITR in streaming
replication
On Tue, Mar 4, 2025 at 8:37 PM David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
wrote:
> On Tuesday, March 4, 2025, chandan Kumar <chandan(dot)issyoga(at)gmail(dot)com>
> wrote:
>
>> Thank you for your answer. I want to clarify one more doubt. Can PITR
>> be achieved without applying Base Backup
>>
>
> The point-in-time you choose must be in the future relative to whatever
> data files you are applying WAL on top of. That is only possible of you’ve
> backed up the data files at some point in the past and use that backup.
>
> David J.
>
>
--
*With warm regards*
* Chandan*
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Johnson | 2025-03-04 15:37:53 | Re: Review my steps for rollback to restore point |
Previous Message | David G. Johnston | 2025-03-04 15:07:45 | Re: Review my steps for rollback to restore point |