From 36a09a5c4b9516144ef31a6547700a412300cd80 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 7 Jun 2019 12:16:04 +0900 Subject: [PATCH] doc: improve configuration documentation --- doc/configuration-file-required-settings.xml | 27 --------- doc/configuration-file.xml | 58 ++++++++++++++++++++ repmgr.conf.sample | 1 - 3 files changed, 58 insertions(+), 28 deletions(-) diff --git a/doc/configuration-file-required-settings.xml b/doc/configuration-file-required-settings.xml index 5f241f68..b4858ce5 100644 --- a/doc/configuration-file-required-settings.xml +++ b/doc/configuration-file-required-settings.xml @@ -96,33 +96,6 @@ - - For a full list of annotated configuration items, see the file - repmgr.conf.sample. - - - For &repmgrd;-specific settings, see . - - - - The following parameters in the configuration file can be overridden with - command line options: - - - - -L/--log-level overrides log_level in - repmgr.conf - - - - - -b/--pg_bindir overrides pg_bindir in - repmgr.conf - - - - - diff --git a/doc/configuration-file.xml b/doc/configuration-file.xml index a53effaa..fd748701 100644 --- a/doc/configuration-file.xml +++ b/doc/configuration-file.xml @@ -62,6 +62,64 @@ data_directory = /var/lib/pgsql/11/data + + + Configuration file items + + The following sections document some sections of the configuration file: + + + + + + + + + + + + + + + + + + + + + + + + + For a full list of annotated configuration items, see the file + repmgr.conf.sample. + + + For &repmgrd;-specific settings, see . + + + + + The following parameters in the configuration file can be overridden with + command line options: + + + + -L/--log-level overrides log_level in + repmgr.conf + + + + + -b/--pg_bindir overrides pg_bindir in + repmgr.conf + + + + + + + Configuration file location diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 7f0b5554..28511cac 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -51,7 +51,6 @@ # ============================================================================= - # Optional configuration items # =============================================================================