mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 07:36:30 +00:00
This is more consistent with other parameters and conforms to the pattern used by PostgreSQL itself, which uses the prefix "log_" for logging parameters. A warning will be emitted if the old version of the parameter name is detected.
1.3 KiB
1.3 KiB
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
repmgr
--replication-useris 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..
repmgrd
--monitoring-historyis deprecated and has been replaced by the configuration file optionmonitoring_history. This enables the setting to be changed without having to modify system service files.
Removed configuration file options
upstream_node: see note about--upstream-node-idabove.
Logging changes
- Following configuration file parameters have been renamed for consistency
with other parameters (and conform to the pattern used by PostgreSQL itself,
which uses the prefix
log_for logging parameters):loglevelhas been renamed tolog_levellogfilehas been renamed tolog_filelogfacilityhas been renamed tolog_facility
- default value for
log_levelisINFOrather thanNOTICE.