Re: Active-Passive DB - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Active-Passive DB
Date
Msg-id edc3e1707f4ec2501e4e55e57f10701f7ca5951e.camel@cybertec.at
Whole thread Raw
In response to Active-Passive DB  (rutuparna andhare <rsandhare@gmail.com>)
List pgsql-general
On Fri, 2019-11-22 at 14:25 +0530, rutuparna andhare wrote:
>      In PG , can we have Active1 , Passive1 , Passive2 cluster.
> Now all active1 data is present in passive1 and 2.
> but when any delete query runs on active1 , same should get replicated on passive1 But delete should not get
triggeredon passive2.
 
> 
> so passive2 can be used as archival db.
> if active1 fails then , passive1 will become active2.

You would need logical replication for passive2.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: rutuparna andhare
Date:
Subject: Active-Passive DB
Next
From: Laurenz Albe
Date:
Subject: Re: Extract transactions from wals ??