From 07fa25dcd33bbc674bd20faa1c679f8c6de056a9 Mon Sep 17 00:00:00 2001 From: rht Date: Mon, 8 Jun 2020 02:55:28 -0400 Subject: [PATCH] setup-yum-repo: Update url of postgresql rpm repo. The old url is dead. --- scripts/lib/setup-yum-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/setup-yum-repo b/scripts/lib/setup-yum-repo index 8d1aa34442..b4a11dbbca 100755 --- a/scripts/lib/setup-yum-repo +++ b/scripts/lib/setup-yum-repo @@ -45,7 +45,7 @@ RHARCH="$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)" PGVER=10 if [ "$is_centos" = true ]; then # PostgreSQL $PGVER - yum localinstall -y "https://yum.postgresql.org/$PGVER/redhat/rhel-$RHVER-$RHARCH/pgdg-centos$PGVER-$PGVER-2.noarch.rpm" + yum localinstall -y "https://yum.postgresql.org/$PGVER/redhat/rhel-$RHVER-$RHARCH/pgdg-redhat-repo-latest.noarch.rpm" # PGroonga # https://pgroonga.github.io/install/centos.html