mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
doc: update repmgr.conf sample
Convert recovery.conf references to generic configuration descriptions, and fix spacing.
This commit is contained in:
@@ -162,10 +162,11 @@
|
|||||||
# binary. Only needed if the repmgr executable is not in
|
# binary. Only needed if the repmgr executable is not in
|
||||||
# the system $PATH or the path defined in "pg_bindir".
|
# the system $PATH or the path defined in "pg_bindir".
|
||||||
|
|
||||||
#use_primary_conninfo_password=false # explicitly set "password" in recovery.conf's
|
#use_primary_conninfo_password=false # explicitly set "password" in "primary_conninfo"
|
||||||
# "primary_conninfo" parameter using the value contained
|
# using the value contained in the environment variable
|
||||||
# in the environment variable PGPASSWORD
|
# PGPASSWORD
|
||||||
#passfile='' # path to .pgpass file to include in "primary_conninfo"
|
#passfile='' # path to .pgpass file to include in "primary_conninfo"
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# external command options
|
# external command options
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
@@ -201,15 +202,15 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"
|
|||||||
# file system location to another. This
|
# file system location to another. This
|
||||||
# parameter can be provided multiple times.
|
# parameter can be provided multiple times.
|
||||||
|
|
||||||
#restore_command='' # This will be placed in the recovery.conf file generated
|
#restore_command='' # This will be included in the recovery configuration
|
||||||
# by repmgr.
|
# generated by repmgr.
|
||||||
|
|
||||||
#archive_cleanup_command='' # This will be placed in the recovery.conf file generated
|
#archive_cleanup_command='' # This will be included in the recovery configuration
|
||||||
# by repmgr. Note we recommend using Barman for managing
|
# generated by repmgr. Note we recommend using Barman for
|
||||||
# WAL archives (see: https://www.pgbarman.org )
|
# managing WAL archives (see: https://www.pgbarman.org )
|
||||||
|
|
||||||
#recovery_min_apply_delay= # If provided, "recovery_min_apply_delay" in recovery.conf
|
#recovery_min_apply_delay= # If provided, "recovery_min_apply_delay" will be set to
|
||||||
# will be set to this value (PostgreSQL 9.4 and later).
|
# this value (PostgreSQL 9.4 and later).
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user