Skip to content

Geo - Update Patroni replication docs to automatic recover from a leader change on the primary site

What does this MR do?

To avoid reconfiguring the Standby Leader on the secondary site whenever a new Leader is elected on the primary site, we'll need to set up a TCP internal load balancer which will give a single endpoint for connecting to the Patroni cluster's Leader.

This MR changes the Patroni replication docs to remove some limitations and include a step to configure the internal load-balancer on the primary site.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related issues

Related to #5788 (closed)

Merge request reports