Initial documentation for repmgr4 changes

This commit is contained in:
Ian Barwick
2017-06-14 09:18:57 +09:00
parent dd06c82821
commit aa5539ac5e

14
doc/changes-in-repmgr4.md Normal file
View File

@@ -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..