following: https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-20-04-focal-fossa
When I run sudo do-release-upgrade
, i get this error:
Please install all available updates for your release before upgrading.
I’ve tried running tons of different commands and nothing gets me past this.
The article does not address it, nor are the other comments with this issue answered.
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello there,
As with almost any upgrade between major releases of an operating system, this process carries an inherent risk of failure, data loss, or broken software configuration. Comprehensive backups and extensive testing are strongly advised.
To avoid these problems, we recommend migrating to a fresh Ubuntu 22.04 server rather than upgrading in-place. You may still need to review differences in software configuration when upgrading, but the core system will likely have greater stability. You can follow our series on how to migrate to a new Linux server to learn how to migrate between servers.
https://www.digitalocean.com/community/tutorial_series/how-to-migrate-to-a-new-linux-server
Regards
Hi @skeddtemp,
You need to execute the following commands prior to running the do-release-upgrade one:
That should be it! Additionally, if there are still issues, can you please provide us with the output of both apt update and apt upgrade?
Want to learn more? Join the DigitalOcean Community!
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Sign up now