Hello,
I’ve noticed yesterday that on my Grafana server, update services were not running and whenever I wanted to restart the service dnf-automatic-install, it was showing me this error:
cannot update repo 'grafana': repomd.xml GPG signature verification error: Bad GPG signature
I’ve deleted the file /etc/yum.repos.d/grafana.repo and recreated it from the official doc, but it didn’t work any better.
My repo file, just for verification:
[grafana]
name=grafana
baseurl=https://packages.grafana.com/enterprise/rpm
repo_gpgcheck=1
enabled=1
gpgcheck=1
gpgkey=https://packages.grafana.com/gpg.key
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
I’m running CentOS 8 and Grafana 8.0.6 on my server, so this is failing since a couple of days/hours only.
Anything I can do on my side?
Thanks and best regards