mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Rename "pg_restore_command" to "restore_command"
The 'pg_' prefix could cause confusion with actual binaries (pg_ctl, pg_basebackup etc.) and there's no obvious reason why we need it.
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
# You can specify a restore_command to be used in the recovery.conf that
|
||||
# will be placed in the cloned standby
|
||||
#
|
||||
# pg_restore_command = cp /path/to/archived/wals/%f %p
|
||||
# restore_command = cp /path/to/archived/wals/%f %p
|
||||
|
||||
# Failover settings (repmgrd)
|
||||
# ---------------------------
|
||||
|
||||
Reference in New Issue
Block a user