From c1d67530818f3ac4b1a0a3f20517905bd1c33b51 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 14 Mar 2019 09:32:06 +0900 Subject: [PATCH] doc: fix option name typo --- doc/repmgrd-automatic-failover.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/repmgrd-automatic-failover.sgml b/doc/repmgrd-automatic-failover.sgml index 8851d402..d15ace54 100644 --- a/doc/repmgrd-automatic-failover.sgml +++ b/doc/repmgrd-automatic-failover.sgml @@ -128,10 +128,10 @@ to be the new primary) to confirm whether the node should actually be promoted. - To use this, in repmgr.conf + To use this, in repmgr.conf to a script executable by the postgres system user, e.g.: - failover_validate_command=/path/to/script.sh %n %a + failover_validation_command=/path/to/script.sh %n %a The %n parameter will be replaced with the node ID, and the