Announcement:
Our GPG key for APT repo has expired on 12-jul-2021, and if your server is installed before that date, it can't receive myVesta updates from our apt repo.
So, If you ran apt update and if you saw this in console:
Code: Select all
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.myvestacp.com/buster buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 88807D4B2221338C
W: Failed to fetch http://apt.myvestacp.com/buster/dists/buster/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 88807D4B2221338C
W: Some index files failed to download. They have been ignored, or old ones used instead.
Solution:
In your SSH, as 'root', run:
Code: Select all
wget https://apt.myvestacp.com/deb_signing.key -O deb_signing.key
sudo apt-key add deb_signing.key
Code: Select all
sudo apt-get update
sudo apt-get -y install vesta