Multi Master - Cluster Replication with Pigsty #633
Replies: 2 comments
-
Then you'll need to setup logical replication between two clusters. |
Beta Was this translation helpful? Give feedback.
-
Hi, I’m trying to use pgactive to join a node into a group (region2), but the process is stuck because the supervisor keeps holding a lock. When I run pgactive_join_group, it times out with: ERROR: canceling statement due to lock timeout From pg_locks I see this: pid | datname | usename | state | query | mode | granted If I kill the backend, the supervisor immediately respawns and grabs the lock again. Setup: PostgreSQL version 17.5 pgactive version 2.1.5-1PIGSTY~noble Question: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 pigsty clusters in 2 different regions. Currently, I can do multi-cluster replication, but in region 2, it only does read-only transactions. Can I set it up as active-active or multi-master?
Beta Was this translation helpful? Give feedback.
All reactions