How Do I Perform an Upgrade to The Operating System on My Server?
Why do I need to upgrade my system?
Updating your system regularly prevents attackers from exploiting vulnerabilities in the operating system. Don't forget to check that the new version is compatible with any custom software you have installed on your server, so that the functionality of your current tools remains intact.
Below you'll find some guides on how to perform a system update depending on the Operating System (OS) your server uses.
How do I perform an upgrade on Windows?
- Open the start menu.
- Click on the settings icon.
- Click on ‘Update & Security‘
- Click the ‘Check for updates‘ button.
How do I perform an upgrade on Linux?
- Open your Terminal and run this command to update package index files:
sudo apt-get update
- Then upgrade your version of the operating system using this command:
sudo apt-get upgrade
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article