From d1ab6ce28b737daf31f490be77a14636f4338119 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 7 May 2020 10:23:07 +0900 Subject: [PATCH] standby clone: emit warning, not error if server is 9.3 and tablespace_mapping provided --- 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 9327ac91..3d71e5e8 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -6440,7 +6440,7 @@ initialise_direct_clone(t_node_info *local_node_record, t_node_info *upstream_no { if (source_server_version_num < 90400) { - log_error(_("tablespace mapping not supported in PostgreSQL 9.3, ignoring")); + log_warning(_("tablespace mapping not supported in PostgreSQL 9.3, ignoring")); } else {