From aa5539ac5ebf38d2ea290510bbe16920de1f6bef Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 14 Jun 2017 09:18:57 +0900 Subject: [PATCH] Initial documentation for repmgr4 changes --- doc/changes-in-repmgr4.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/changes-in-repmgr4.md diff --git a/doc/changes-in-repmgr4.md b/doc/changes-in-repmgr4.md new file mode 100644 index 00000000..93076546 --- /dev/null +++ b/doc/changes-in-repmgr4.md @@ -0,0 +1,14 @@ + +New command line options +------------------------ + +- --dry-run: repmgr will attempt to perform the action as far as possible + without making any changes to the database + +Changed command line options +---------------------------- + +- --replication-user is now passed when registering the master server (and + optionally when registering a standby), *not* during standby clone/follow. + The value (defaults to the user in the conninfo string) will be stored in + the repmgr metadata for use by standby clone/follow.. \ No newline at end of file