docs: Update README

Add note about .deb packages for 3.3.
This commit is contained in:
Ian Barwick
2017-11-24 15:08:53 +09:00
parent 6ba9077ba5
commit cf90bc3224

View File

@@ -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.