NO_PUBKEY B7B3B788A8D3785C or 467B942D3A79BD29

Error on apt update related to expired GPG key for mysql repositories

curl https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/webstackup-mysql.gpg > /dev/null

if the previous command don’t work , delete the expired forced with the followind command:

apt-key del EXPIRED_KEY
Torna in alto