BUG #17209: The latest pgdg-redhat-repo-latest.noarch has incorrect path for pgdg14

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: gavmca75(at)gmail(dot)com
Subject: BUG #17209: The latest pgdg-redhat-repo-latest.noarch has incorrect path for pgdg14
Date: 2021-10-01 12:16:55
Message-ID: 17209-abba2b95a758e705@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17209
Logged by: Gavin McAreavey
Email address: gavmca75(at)gmail(dot)com
PostgreSQL version: 11.7
Operating system: rhel7.4
Description:

The yum config for pgdg14 in the latest pgdg-redhat-repo-latest contains the
following
[pgdg14]
name=PostgreSQL 14 for RHEL/CentOS $releasever - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
repo_gpgcheck = 1

The baseurl is incorrect causing yum to fail. I had to disable pgdg14 to
allow my puppet run to continue.
https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-7Server-x86_64/repodata/repomd.xml:
[Errno 14] HTTPS Error 404 - Not Found

The actual path beyond
https://download.postgresql.org/pub/repos/yum/14/redhat/ differ.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Timo Sirainen 2021-10-01 12:49:38 libpq leaks memory for SSL connections
Previous Message Michael Paquier 2021-10-01 07:58:41 Re: pg_upgrade test for binary compatibility of core data types