pglogical icon indicating copy to clipboard operation
pglogical copied to clipboard

HA with Pglogical

Open PKadayaprath2018 opened this issue 3 years ago • 0 comments

Issue i am facing is as follows I am on Ubuntu 20.04,postgresql 14 ,Pglogical for postgres 14

I have 35 branches and one regional site. All branches including regional sites have it's own transaction. All Transaction from branches will be replicated to regional using pglogical. Almost 50 Tables out of 350 tables.entire tables in the database are not replicated.

Now I need high availability in all branches and regional sites. Which is the best open source solution available with PostgreSQL which will support pglogical replication with high availability. In case of failover to secondary, how I will reroute my replication to regional without manual intervention. How I will make sure /control replication from branches to regional are happening only from current primary.

Which is the pooling /load balancing and virtual IP solution compatible with my solution using which i can connect to current primary in case of failover from application

Thanks in advance

PKadayaprath2018 avatar Feb 06 '22 14:02 PKadayaprath2018