Just a quick “tutorial” how I upgraded my Linode running Ubuntu 16.04 to 18.04.
- Make sure all updates are installed.
- Run:
do-release-upgrade
- Keep all config files the way they are. Press
N
to all changes (default). - After the install is finished, press
y
to restart server. - Edit
/etc/apt/sources.list
, and uncomment the Virtualmin repositories. Then change any references ofxenial
in those repositories tobionic
.
Run this command, and make sure the new apt config works properly:
apt-get update
-
Verify DNS Config Edit
/etc/resolv.conf
, and verify that thenameserver
line is configured to use127.0.0.1
as a nameserver. - Manually edit OS version: Webmin > Webmin Configuration > Operating System and Environment - Set Operating system according to Webmin to the detected version.
- Run:
sudo update-grub
and reboot after - Now, log into Virtualmin, and go into System Settings -> Re-Check Config, and verify that it doesn’t detect any problems.