From e824dfd49921cb419cb9c955eb87de8e6c9f3fd3 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 c0f39dbf..19d866bf 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -733,7 +733,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);