diff --git a/doc/appendix-faq.sgml b/doc/appendix-faq.sgml index 24c50c66..a0deb4d4 100644 --- a/doc/appendix-faq.sgml +++ b/doc/appendix-faq.sgml @@ -1,5 +1,5 @@ - + FAQ (Frequently Asked Questions) diff --git a/doc/appendix-packages.sgml b/doc/appendix-packages.sgml new file mode 100644 index 00000000..4e54577c --- /dev/null +++ b/doc/appendix-packages.sgml @@ -0,0 +1,154 @@ + + + packages + + + &repmgr; package details + + This section provides technical details about various &repmgr; binary + packages, such as location of the installed binaries and + configuration files. + + + + CentOS, RHEL, Scientific Linux etc. + + Currently packages are provided for versions 6.x and 7.x of CentOS et al. + + + + + For PostgreSQL 9.6 and lower, the CentOS packages use a mixture of 9.6 + and 96 in various places to designate the major version; + from PostgreSQL 10, the first part of the version number (e.g. 10) is + the major version, so there is more consistency in file/path/package naming. + + + + + CentOS 7 packages + + + + + Repository URL: + https://yum.postgresql.org/repopackages.php + + + + Repository documentation: + https://yum.postgresql.org/ + + + + Package name example: + repmgr10-4.0.0-1.rhel7.x86_64 + + + + Metapackage: + (none) + + + + Installation command: + yum install -y repmgr10 + + + + Binary location: + /usr/pgsql-10/bin + + + + In default path: + NO + + + + Configuration file location: + /etc/repmgr/10/repmgr.conf + + + + repmgrd service command: + service repmgr10 + + + + repmgrd service file location: + /usr/lib/systemd/system/repmgr10.service + + + + repmgrd log file location: + (not specified) + + + + +
+ + + CentOS 6 packages + + + + + Repository URL: + https://yum.postgresql.org/repopackages.php + + + + Repository documentation: + https://yum.postgresql.org/ + + + + Package name example: + repmgr96-4.0.0-1.rhel6.x86_64 + + + + Metapackage: + NO + + + + Installation command: + yum install -y repmgr96 + + + + Binary location: + /usr/pgsql-9.6/bin + + + + In default path: + NO + + + + Configuration file location: + /etc/repmgr/9.6/repmgr.conf + + + + repmgrd service command: + service repmgr-9.6 + + + + repmgrd service file location: + /etc/init.d/repmgr-9.6 + + + + + +
+ + +
+
diff --git a/doc/filelist.sgml b/doc/filelist.sgml index 44526e31..7fa683a3 100644 --- a/doc/filelist.sgml +++ b/doc/filelist.sgml @@ -80,6 +80,7 @@ + diff --git a/doc/repmgr.sgml b/doc/repmgr.sgml index d3e136cd..90ef1bc4 100644 --- a/doc/repmgr.sgml +++ b/doc/repmgr.sgml @@ -117,6 +117,7 @@ &appendix-release-notes; &appendix-signatures; &appendix-faq; + &appendix-packages; ]]>