6
3
I'm trying to upgrade a server (CLI only) from Ubuntu 16.04 to a newer non-LTS release using the do-release-upgrade
tool.
I know LTS versions usually don't upgrade to 'non-LTS' releases prompting. Some assorted (old...) forum posts seem to imply that the -d
, --devel-release
option should be enough to force the update, but even that does not find anything.
I've tried various combinations of -c
and -d
.
There's also lots of people discussing how to upgrade from 14.04 to 16.04, where apparently it now waits for the next point release (16.04.1) first. But that's not relevant here, as I'm trying to upgrade away from LTS.
The exact message is:
# do-release-upgrade -c -d
Checking for a new Ubuntu release
No new release found
My current version is 16.04.2:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
Strangely, it is also possible to get this message when there is no internet connection, e.g. when networking is down. For some reason no error message is shown in such cases. – jotik – 2019-08-24T09:10:52.190