From 46e0a9a8dbe882e96abe7d19e2c3d2ae45b06344 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 30 Jul 2018 17:26:46 +0900 Subject: [PATCH] doc: update RPM installation instructions 2ndQuadrant repository structure has changed. Also remove reference to the old, very deprecated original repmgr RPM repository. --- doc/install-packages.sgml | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/doc/install-packages.sgml b/doc/install-packages.sgml index ec833ded..e71b9ebf 100644 --- a/doc/install-packages.sgml +++ b/doc/install-packages.sgml @@ -16,7 +16,7 @@ &repmgr; RPM packages for RedHat/CentOS variants and Fedora are available from the 2ndQuadrant - public RPM repository; see following + public repository; see following section for details. @@ -46,26 +46,15 @@ 2ndQuadrant public RPM yum repository - - - 2ndQuadrant previously provided a dedicated - &repmgr; repository at - http://packages.2ndquadrant.com/repmgr/. - This repository will be deprecated in a future release as it is now replaced by - the public RPM repository - documented below. - - - Beginning with repmgr 4.0.5, 2ndQuadrant provides a dedicated yum - public RPM repository for 2ndQuadrant software, + public repository for 2ndQuadrant software, including &repmgr;. We recommend using this for all future &repmgr; releases. General instructions for using this repository can be found on its - homepage. Specific instructions + homepage. Specific instructions for installing &repmgr; follow below. @@ -75,19 +64,19 @@ Locate the repository RPM for your PostgreSQL version from the list at: - https://rpm.2ndquadrant.com/ + https://dl.2ndquadrant.com/ - Install the repository RPM for your distribution and PostgreSQL version + Install the repository definition for your distribution and PostgreSQL version (this enables the 2ndQuadrant repository as a source of &repmgr; packages). For example, for PostgreSQL 10 on CentOS, execute: -sudo yum install https://rpm.2ndquadrant.com/site/content/2ndquadrant-repo-10-1-1.el7.noarch.rpm +curl https://dl.2ndquadrant.com/default/release/get/10/rpm | sudo bash @@ -96,8 +85,8 @@ sudo yum install https://rpm.2ndquadrant.com/site/content/2ndquadrant-repo-10-1- sudo yum repolist The output should contain two entries like this: -2ndquadrant-repo-10/7/x86_64 2ndQuadrant packages for PG10 for rhel 7 - x86_64 1 -2ndquadrant-repo-10-debug/7/x86_64 2ndQuadrant packages for PG10 for rhel 7 - x86_64 - Debug 1 +2ndquadrant-dl-default-release-pg10/7/x86_64 2ndQuadrant packages (PG10) for 7 - x86_64 4 +2ndquadrant-dl-default-release-pg10-debug/7/x86_64 2ndQuadrant packages (PG10) for 7 - x86_64 - Debug 3