questions about point in time recovery of the primary postgres Server

From: pham lan <phamlankt(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: questions about point in time recovery of the primary postgres Server
Date: 2020-07-24 10:06:19
Message-ID: CAELvXOBVVBPeSj=gn93C3zs9rc69CMMaQDz7xb+iJMtYNG-FVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

I am pretty new to Postgres and I have been reading about streaming
replication and point in time recovery which is very interesting to me.
What is not clear to me is: let's say I have a cluster of 1 primary and 2
slaves Postgres 9.5 which have archive_mode on. Streaming replication is
working fine. If for instance, i drop by mistake one table, and i need to
do a restore to a point before the time the table was dropped, will I need
to do the recovery only on the primary postgres server? How will the slaves
behave during the recovery process of the primary?
Please let me know.

Thanks and Best Regards,
Lan Pham

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephen Frost 2020-07-24 13:30:53 Re: questions about point in time recovery of the primary postgres Server
Previous Message Dischner, Anton 2020-07-24 08:44:32 AW: Encryption in pg_dump