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

From PG Bug reporting form
Subject BUG #17209: The latest pgdg-redhat-repo-latest.noarch has incorrect path for pgdg14
Date
Msg-id 17209-abba2b95a758e705@postgresql.org
Whole thread Raw
Responses Re: BUG #17209: The latest pgdg-redhat-repo-latest.noarch has incorrect path for pgdg14  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17209
Logged by:          Gavin McAreavey
Email address:      gavmca75@gmail.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.


pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #17205: pg_class.reltuples vakue wrong for brin indexes after vacuum (by many orders of magnitude)
Next
From: Timo Sirainen
Date:
Subject: libpq leaks memory for SSL connections