By pgatesy
How can I upgrade ubuntu from 14.04.6 lts to latest version
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @pgatesy,
Please make sure to backup your data first as updates quite often fail!
Ubuntu upgrade
The first step would be to make sure your current system is up to date. You can achieve this by running
sudo apt update && sudo apt upgrade
After it’s completion make sure either UFW firewall is temporarily disabled or TCP port 1022 is open. You can execute the following
sudo ufw allow 1022/tcp comment 'Temp open port ssh tcp port 1022 for upgrade'
Upgrade the operating system to the latest release from the command-line by typing the following command:
sudo do-release-upgrade
Now follow on-screen instructions. During upgrade procedure, you may be promoted to replace existing grub or ssh config file. Make sure you choose to keep existing version to avoid problems!
After some time you will see “System upgrade is complete” message. Press y to restart your system to load updates kernel and operating system for your cloud server
You’ll need to reboot your droplet now.
As soon as it’s powers on, close connections to your port 1022:
sudo ufw delete allow 1022/tcp
That’s it, you should now have an updated Ubuntu version!
Please make sure to backup your data first as updates quite often fail!
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.