Skip to content

Commit

Permalink
Describe the requirements for standby cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Feb 17, 2023
1 parent 7531a94 commit ca77724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ patroni_callbacks: []
# - {action: "on_role_change", script: ""}

# https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#standby-cluster
# Requirement: the IP addresses of the Standby CLuster servers must be added to the pg_hba.conf of the Main Cluster.
patroni_standby_cluster:
host: "" # an address of remote master
port: "5432" # a port of remote master
Expand Down

0 comments on commit ca77724

Please sign in to comment.