| From: | Greg Clough <greg(at)gclough(dot)com> |
|---|---|
| To: | pgsql-pkg-yum(at)lists(dot)postgresql(dot)org |
| Subject: | RHEL 9.7 postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm missing? |
| Date: | 2026-05-15 08:40:10 |
| Message-ID: | CADjwvTMZp2G1McDEp0FpRfS8ZrGSg7aBUkBDGN=pho3roOOPSw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
In the RHEL 9.7 repo for PostgreSQL v14:
https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-x86_64/
The postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm RPM is listed at this URL:
$ wget -O - https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-x86_64/
2>&1 | grep postgresql14-14.23
<a href="postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm">postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm</a>
13-May-2026 11:05 1537142
But it returns a 404 when you try to access it:
$ wget https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-x86_64/postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm
--2026-05-15 09:36:14--
https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-x86_64/postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm
Resolving download.postgresql.org (download.postgresql.org)
151.101.195.52, 151.101.3.52, 151.101.67.52, ...
Connecting to download.postgresql.org
(download.postgresql.org)|151.101.195.52|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2026-05-15 09:36:14 ERROR 404: Not Found.
The previous v14.22 seems to be fine:
$ wget https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-x86_64/postgresql14-14.22-1PGDG.rhel9.7.x86_64.rpm
--2026-05-15 09:36:02--
https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-x86_64/postgresql14-14.22-1PGDG.rhel9.7.x86_64.rpm
Resolving download.postgresql.org (download.postgresql.org)
151.101.3.52, 151.101.67.52, 151.101.131.52, ...
Connecting to download.postgresql.org
(download.postgresql.org)|151.101.3.52|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1537630 (1.5M) [application/x-redhat-package-manager]
Saving to: ‘postgresql14-14.22-1PGDG.rhel9.7.x86_64.rpm’
postgresql14-14.22-1PGDG.rhel9.7.x86_64.rpm
100%[================================================================================================================>]
1.47M --.-KB/s in 0.1s
2026-05-15 09:36:02 (10.2 MB/s) -
‘postgresql14-14.22-1PGDG.rhel9.7.x86_64.rpm’ saved [1537630/1537630]
Regards,
Greg.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devrim Gündüz | 2026-05-17 09:24:12 | Re: RHEL 9.7 postgresql14-14.23-1PGDG.rhel9.7.x86_64.rpm missing? |
| Previous Message | Greg Clough | 2026-05-15 07:27:20 | PostgreSQL v14.23 missing from RHEL 8 & 9 x86_64 generic repos |