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 repmgrd log file location: /var/log/repmgr/repmgrd-9.6.log