From 82a37f4865c28d33696f27c52b654da3e911203c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 20 Apr 2018 10:57:19 +0900 Subject: [PATCH] doc: add Debian package details --- doc/appendix-packages.sgml | 114 +++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/doc/appendix-packages.sgml b/doc/appendix-packages.sgml index d0438ca2..c61d0b4c 100644 --- a/doc/appendix-packages.sgml +++ b/doc/appendix-packages.sgml @@ -221,4 +221,118 @@ + + + + + + Debian/Ubuntu Packages + + packages + Debian/Ubuntupackages + + + &repmgr; .deb packages are provided via the + PostgreSQL Community APT repository, and are available for each community-supported + PostgreSQL version, currently supported Debian releases, and currently supported + Ubuntu LTS releases. + + + + APT repository + + + &repmgr; packages are available from the PostgreSQL Community APT repository, + which is updated immediately after each &repmgr; release. + + + + + PostgreSQL Community APT repository (PGDG) + + + + Repository URL: + http://apt.postgresql.org/ + + + Repository documentation: + https://wiki.postgresql.org/wiki/Apt) + + + +
+
+ + + Debian/Ubuntu package details + + + The two tables below list relevant information, paths, commands etc. for the &repmgr; packages on + Debian 9.x ("Stretch") and Ubuntu 16.04 ("Xenial Xerus"). Substitute the appropriate PostgreSQL major + version number for your installation. + + + + Debian 9.x packages + + + + + + Package name example: + postgresql-10-repmgr + + + + Metapackage: + repmgr-common + + + + Installation command: + apt-get install postgresql-10-repmgr + + + + Binary location: + /usr/lib/postgresql/10/bin + + + + repmgr in default path: + Yes (via wrapper script /usr/bin/repmgr) + + + + Configuration file location: + (not set by package) + + + + Data directory: + /var/lib/postgresql/10/main + + + + repmgrd service command: + systemctl [start|stop|restart|reload] postgresql@10-main + + + + repmgrd service file location: + /etc/init.d/repmgrd (defaults in: /etc/defaults/repmgrd) + + + + repmgrd log file location: + (not specified by package; set in repmgr.conf) + + + + +
+
+ +