diff --git a/docs/solutions/ha-patroni.md b/docs/solutions/ha-patroni.md index 2979a6cf0..d6e6f42d7 100644 --- a/docs/solutions/ha-patroni.md +++ b/docs/solutions/ha-patroni.md @@ -110,13 +110,13 @@ bootstrap: archive_timeout: 600s archive_command: "cp -f %p /home/postgres/archived/%f" - pg_hba: # Add following lines to pg_hba.conf after running 'initdb' + pg_hba: # Add following lines to pg_hba.conf after running 'initdb' - host replication replicator 127.0.0.1/32 trust - host replication replicator 0.0.0.0/0 md5 - host all all 0.0.0.0/0 md5 - host all all ::0/0 md5 - recovery_conf: - restore_command: cp /home/postgres/archived/%f %p + recovery_conf: + restore_command: cp /home/postgres/archived/%f %p # some desired options for 'initdb' initdb: # Note: It needs to be a list (some options need values, others are switches)