From debbda6074ad745e5f23e7b5086584ff96a5b778 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 4 Dec 2020 10:13:05 +0900 Subject: [PATCH] standby clone: tweak error message Probably a remnant from the 9.1 era, where it was not possible to take a base backup from a standby. --- repmgr-action-standby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index 584c83ab..2272c6d0 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -740,7 +740,7 @@ do_standby_clone(void) drop_replication_slot_if_exists(source_conn, UNKNOWN_NODE_ID, local_node_record.slot_name); } - log_error(_("unable to take a base backup of the primary server")); + log_error(_("unable to take a base backup of the source server")); log_hint(_("data directory (\"%s\") may need to be cleaned up manually"), local_data_directory);