Facing issue while installing postgres14 on rhel 9.2 machine

Sohan Wadalkar <sohan.wadalkar@gmail.com>

From: Sohan Wadalkar <sohan.wadalkar@gmail.com>
To: pgsql-bugs@lists.postgresql.org
Date: 2024-04-11T17:15:49Z
Lists: pgsql-bugs

Attachments

Hi Team,

Trying to deploy Postgres 14 on rhel 9.2 azure vm.
Azure vm details:-
SKU_TYPE :- RHEL
IMAGE_VERSION :- 9.2.2024022012
publisher :- REDHAT

Steps which are following as per this document
https://www.postgresql.org/download/linux/redhat/

But while executing this step getting following error message

sudo dnf -qy module disable postgresql

Importing GPG key 0x08B40D20:
Userid     : "PostgreSQL RPM Repository <pgsql-pkg-yum@lists.postgresql.org
>"
 Fingerprint: D4BF 08AE 67A0 B4C7 A1DB CCD2 40BC A2B4 08B4 0D20
 From       : /etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Importing GPG key 0x08B40D20:
 Userid     : "PostgreSQL RPM Repository <pgsql-pkg-yum@lists.postgresql.org
>"
 Fingerprint: D4BF 08AE 67A0 B4C7 A1DB CCD2 40BC A2B4 08B4 0D20
 From       : /etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Importing GPG key 0x08B40D20:
 Userid     : "PostgreSQL RPM Repository <pgsql-pkg-yum@lists.postgresql.org
>"
 Fingerprint: D4BF 08AE 67A0 B4C7 A1DB CCD2 40BC A2B4 08B4 0D20
 From       : /etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Importing GPG key 0x08B40D20:
 Userid     : "PostgreSQL RPM Repository <pgsql-pkg-yum@lists.postgresql.org
>"
 Fingerprint: D4BF 08AE 67A0 B4C7 A1DB CCD2 40BC A2B4 08B4 0D20
 From       : /etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Importing GPG key 0x08B40D20:
 Userid     : "PostgreSQL RPM Repository <pgsql-pkg-yum@lists.postgresql.org
>"
 Fingerprint: D4BF 08AE 67A0 B4C7 A1DB CCD2 40BC A2B4 08B4 0D20
 From       : /etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Importing GPG key 0x08B40D20:
 Userid     : "PostgreSQL RPM Repository <pgsql-pkg-yum@lists.postgresql.org
>"
 Fingerprint: D4BF 08AE 67A0 B4C7 A1DB CCD2 40BC A2B4 08B4 0D20
 From       : /etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Error: Failed to download metadata for repo 'pgdg-common-debuginfo': Cannot
download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were
tried

NOTE:-
Till 8 April 2024 it was working fine, as per the new update in rpm file we
are facing an above issue.(
https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/ last
change on 9 April 2024)

Thanks,
Sohan