From 465f1a73a52a0bc3993b7fbcc73cd12bf1c0ac32 Mon Sep 17 00:00:00 2001 From: Gunnlaugur Thor Briem Date: Tue, 16 Aug 2016 02:06:09 +0000 Subject: [PATCH] Fix inconsistent repmgr.conf path in failover cfg The examples of `promote_command` and `follow_command` reference the `repmgr.conf` file under a different path from the rest of the README. This makes them consistent with the rest of the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc756bf..9003f7ed 100644 --- a/README.md +++ b/README.md @@ -1110,8 +1110,8 @@ To use `repmgrd` for automatic failover, the following `repmgrd` options must be set in `repmgr.conf`: failover=automatic - promote_command='repmgr standby promote -f /etc/repmgr/repmgr.conf' - follow_command='repmgr standby follow -f /etc/repmgr/repmgr.conf' + promote_command='repmgr standby promote -f /etc/repmgr.conf' + follow_command='repmgr standby follow -f /etc/repmgr.conf' (See `repmgr.conf.sample` for further `repmgrd`-specific settings).