0

I'm trying to migrate a Ubuntu 19.04 install to the last Ubuntu version. The problem is the migration tool refuses to update to the next version:

sudo do-release-upgrade 
Checking for a new Ubuntu release
Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife

Get:1 Upgrade tool signature [1,554 B]
Get:2 Upgrade tool [1,336 kB]
Fetched 1,338 kB in 0s (0 B/s)
authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg' extracting 'focal.tar.gz'

Reading cache

Checking package manager

Can not upgrade

An upgrade from 'disco' to 'focal' is not supported with this tool.

How can I migrate instead of a fresh install where I would have to reconfigure everything?

Thanks in advance for your kind help

Aliot
  • 311

1 Answers1

1

You missed the boat, sorry.

There is no tested upgrade path from 19.04 to 20.04 nor to 20.10.

The upgrade window for 19.04 to 19.10 closed in July 2020.

The supported, recommended, safe, easy way is to create a new 20.04 or 20.10 install USB and clean-install.

The unsupported, untested, blaze-your-own-trail way is to manually change your sources, then run a dist-upgrade. However, we don't provide support for it: If you run into problems, we will merely recommend a clean-install.

  • 19.04 stopped receiving security patches in January 2020. That alone is reason enough to clean-reinstall.
user535733
  • 68,493