mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
Document and expand pg_ctl override configuration options
These are now prefixed with "service_" to emphasize that they're
OS-level commands, not repmgr ones; also added reload and promote
commands:
service_start_command
service_stop_command
service_restart_command
service_reload_command
service_promote_command
GitHub #169
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -1,6 +1,6 @@
|
||||
3.2 2016-
|
||||
repmgr: add support for cloning from a Barman backup (Gianni)
|
||||
repmhr: add commands `standby matrix` and `standby diagnose` (Gianni)
|
||||
repmgr: add commands `standby matrix` and `standby crosscheck` (Gianni)
|
||||
repmgr: suppress connection error display in `repmgr cluster show`
|
||||
unless `--verbose` supplied (Ian)
|
||||
repmgr: add commands `witness register` and `witness unregister` (Ian)
|
||||
@@ -15,6 +15,8 @@
|
||||
the standby (Ian)
|
||||
repmgr: add option `--copy-external-config-files` for files outside
|
||||
of the data directory (Ian)
|
||||
repmgr: add configuration options to override the default pg_ctl
|
||||
commands (Jarkko Oranen)
|
||||
packaging: improve "repmgr-auto" Debian package (Gianni)
|
||||
|
||||
3.1.5 2016-08-15
|
||||
|
||||
Reference in New Issue
Block a user