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.
I’m having the same problem. I’m about to open a ticket.
[Update] I had a doubt and I didn’t open a ticket, instead I did a bit of digging.
To make a long story short I deleted /var/lib/update-notifier/hwe-eol to force update-motd to update the file.
You can upgrade to 14.04, but you don’t need to. 12.04 is still supported, but you will only get security upgrades (you will not receive new software versions). You can run sudo do-release-upgrade to upgrade your droplet (make sure update-manager-core is installed: sudo apt-get install update-manager-core).
Once you’ve upgraded your droplet, you can power off your droplet (sudo poweroff), set your droplet’s kernel to the latest 14.04 kernel, boot it up from the control panel, and run sudo apt-get install linux-image-$(uname -r) to finish installing the kernel.
Hi, my current systems need to be on 12.04. I’ve ran the command as follows:
sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-trusty
I then stopped the droplet and selected a 14.04 kernel, however am still receiving the update advisory message when logging in via ssh even though a uname -r shows 3.13.0-30-generic
Wondering if all is well and the MOTD is just hanging around? Or what? Any advice appreciated.