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!
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.
Accepted Answer
Hey!
Can you share the contents of your /etc/apt/sources.list.d/ubuntu.sources file?
cat /etc/apt/sources.list.d/ubuntu.sources
I just created a new Ubuntu 24.04 server and the DigitalOcean mirror definition in that file is as follows:
## See the sources.list(5) manual page for further settings.
Types: deb
URIs: http://mirrors.digitalocean.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
## Ubuntu security updates. Aside from URIs and Suites,
## this should mirror your choices in the previous section.
Types: deb
URIs: http://security.ubuntu.com/ubuntu
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Does this match your configuration as well?
On a side note, pne thing to keep in mind is that whenever doing such large OS upgrades it is best to have a snapshot of your Droplet. That way in case of anything going wrong, you can restore back to a working version of your server.
Ideally, I think the safest path that maximizes speed is to make a snapshot, make a duplicate Droplet from it, do the upgrade on the duplicated Droplet. If it works, then you can decide how important that IP and uptime is to you and either stick with the new one or upgrade the old one.
If the upgrade does not work well, you know to set aside some time and then do a migration as discussed here:
https://www.digitalocean.com/community/questions/easy-restart-question?comment=202501
- Bobby
This comment has been deleted
This comment has been deleted