From 340899f082ef457cbf092c237dd0d1d554719a35 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 13 Jul 2016 09:55:01 +0900 Subject: [PATCH] Update README Add note about 2ndQuadrant RPM repository. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e034c1..79a3b5c6 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,15 @@ system. - RedHat/CentOS: RPM packages for `repmgr` are available via Yum through the PostgreSQL Global Development Group RPM repository ( http://yum.postgresql.org/ ). - You need to follow the instructions for your distribution (RedHat, CentOS, + Follow the instructions for your distribution (RedHat, CentOS, Fedora, etc.) and architecture as detailed at yum.postgresql.org. + 2ndQuadrant also provides its own RPM packages which are made available + at the same time as each `repmgr` release, as it can take some days for + them to become available via the main PGDG repository. See here for details: + + http://repmgr.org/yum-repository.html + - Debian/Ubuntu: the most recent `repmgr` packages are available from the PostgreSQL Community APT repository ( http://apt.postgresql.org/ ). Instructions can be found in the APT section of the PostgreSQL Wiki