From d2ec58250751edad32f8468a4ebd01241e3faf93 Mon Sep 17 00:00:00 2001 From: hscho-altibase <49749005+hscho-altibase@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:16:28 +0900 Subject: [PATCH] Refactor HA Patroni documentation formatting Adjusted formatting and indentation for clarity in the HA Patroni documentation. --- docs/solutions/ha-patroni.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)