MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package
При попытке обновить mysql 5.7 на минорную версию выше, получили ошибку:
The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository. Failing package is: mysql-community-server-5.7.37-1.el7.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
Решение - это импортировать новый ключ GPG MySQL и повторить обновление через yum update:
# rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 # yum update