Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
I am trying to upgrade from a fully updated 18.04 LTS droplet, and I get the following error during the ‘do-release-upgrade -d’ process: (-d because I want to upgrade prior to the .1 point release.)
After updating your package information, the essential package ‘ubuntu-minimal’ could not be located.
After this, the upgrade exits out.
Looks like it’s related to the digitalocean repo’s somehow?
I’m trying to upgrade from 18.04.1 and keep hitting this:
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [1,554 B]
Get:2 Upgrade tool [1,342 kB]
Fetched 1,344 kB in 0s (0 B/s)
authenticate ‘focal.tar.gz’ against ‘focal.tar.gz.gpg’
Authentication failed
Authenticating the upgrade failed. There may be a problem with the network or with the server.
There are a few hits on the internet to try re-installing ubuntu-keyring, apt-key update, modifying the sources.list… none of which helped.
By me: upgrade process goes completely and in the end the system restart is required. I say “y”, the droplet restarts and everything [still] works; I can still log-in via SSH (and see “Welcome to Ubuntu 18.”).
But as soon as I restart next time (sudo shutdown -r now), nothing (neither SSH, nor Apache, nor FTP) works. I can only access the droplet via Access Console from DO webinterface.
As I restart via AccessConsole, the droplet tries to reboot but: Failed to start Wait for Network to be Configured. This explains why neither SSH, no Apache, nor FTP works. Moreover, the Droplet has no connection even with mirrors.digitalocean.com anymore!
Fortunately, I always make snapshots before doing anything like this, thus was able to roll back to Ubuntu 18.
Screenshots:
After executing step 2, executing sudo do-release-upgrade shows the following message. (Tried a few times.) Please install all available updates for your release before upgrading.
Do I have to restart Ubuntu do-release-upgrade after upgrading? Will there be any impact if you don’t restart?
sudo RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 do-release-upgrade instead of sudo do-release-upgrade
Checking for a new Ubuntu release Please install all available updates for your release before upgrading.
I’ve tried this a couple of times. When I do, I can no longer access the machine via SSH or the DigitalOcean Console. HTTP requests don’t work either … so I end up rolling back to the snapshot I took before trying.
Commented on this yesterday but looks like it was removed. I’ve tried this and everything goes ok until you reboot and then you lose complete access to the droplet.
In the second to last step, where it asks if you want to remove obsolete packages, and there is an option “d” to see the details, if you type “d” and <ENTER>, it shows the list, and at the end of the list it says (END). To get out of this, so that it shows the prompt again of y/N/d, press “:q” (without the quotes). This wasn’t obvious to me, but apparently it’s in some sort of environment like “vi” in this step.