Server Preparation
- Ubuntu
Preparing for Upgrade
Upgrade the Linode and ensure it is up to date.
sudo apt update -y && sudo apt upgrade -y && sudo apt dist-upgrade -y
To simplify the upgrade, remove unused packages and files.
sudo apt autoremove -y && sudo apt autoclean -y
Reboot the server
sudo reboot