Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to download metadata for repository 'pgdg-common' on CentOS 7 [closed]

When I try to install or update packages on my CentOS Stream 8, then this error occurs:

cd ~
sudo yum update

Output:

PostgreSQL common RPMs for RHEL / Rocky 8 - x86_64                                                           613  B/s | 659  B     00:01
PostgreSQL common RPMs for RHEL / Rocky 8 - x86_64                                                           1.6 MB/s | 1.7 kB     00:00
PostgreSQL common RPMs for RHEL / Rocky 8 - x86_64                                                           503  B/s | 659  B     00:01

Error: Failed to download metadata for repo 'pgdg-common': repomd.xml GPG signature verification error: Bad GPG signature

I tried to install Docker or just update the packages or libraries on my CentOS 7 server.

Server details

cd ~
hostnamectl

Output:

   Static hostname: e2e-101-138
         Icon name: computer-vm
           Chassis: vm
        Machine ID: 7bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
           Boot ID: c0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Virtualization: kvm
  Operating System: CentOS Stream 8
       CPE OS Name: cpe:/o:centos:centos:8
            Kernel: Linux 4.18.0-529.el8.x86_64
      Architecture: x86-64
like image 725
axy Avatar asked Dec 09 '25 16:12

axy


2 Answers

Reference

  • PostgreSQL RPM repository GPG key update - 3 January 2024

For CentOS 7:

yum --disablerepo=* -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
like image 125
spry Avatar answered Dec 12 '25 21:12

spry


You can try:

rpm -Uvh https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm

But for me, this didn't fix the issue. Until a proper solution is found, for me, renaming the following file worked:

cd /etc/yum.repos.d/
mv pgdg-redhat-all.repo pgdg-redhat-all.repo.old
yum update -y

At the very least, it should let you install and update packages now.

like image 35
Auc Avatar answered Dec 12 '25 23:12

Auc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!