I am working with Ubuntu servers since some month, so not too long. I never upgraded an ubuntu version. So right now I am running 12.04 and what I need is 13.04. I once hear that I should first upgrade to 12.10 and than to 13.04 (for me that doesn't make too much sense, but I am not sure).
When I run sudo do-release-upgrade -d
Ubuntu wants to install 14.04. As far as I know 13.04 is now the stable version. How to achieve the step by step upgrading? Even though it's not the best way, I want to try it out on my virtual machine.
The reason you get 14.04 as an upgrade option is because you are running an LTS version at the moment and the next LTS release is 14.04, and you are only having that possibility because you are using the
-d
flag (development).You should not upgrade your servers to a under development version.
To enable release upgrades from a LTS you need to tell the upgrade tool that you are ok if the next upgrade is a non LTS.
You need to change the option on the configuration file from LTS to normal and then run the upgrade tool without the
-d
option to upgrade your server to the next non LTS release.