From cf90bc3224e97baa33594d9513f58c5a8fa62e59 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 24 Nov 2017 15:08:53 +0900 Subject: [PATCH] docs: Update README Add note about .deb packages for 3.3. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d07f56d7..790deac9 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,14 @@ system. Instructions can be found in the APT section of the PostgreSQL Wiki ( https://wiki.postgresql.org/wiki/Apt ). + *NOTE*: repmgr 3.3 packages are now only available via a 2ndQuadrant-hosted + repository which can be installed like this: + + apt-key adv --fetch-keys http://packages.2ndquadrant.com/repmgr3/apt/0xD3FA41F6.asc + + echo deb http://packages.2ndquadrant.com/repmgr3/apt/ $(lsb_release -cs)-2ndquadrant main > /etc/apt/sources.list.d/repmgr3.lis + + See `PACKAGES.md` for details on building .deb and .rpm packages from the `repmgr` source code.