Upgrading Ubuntu Server 11.10 to 12.04 LTS
Here's how I updated my server's Ubuntu from 11.10 to 12.04 LTS. I don't have a desktop installed on the server, so I had to run the upgrade from terminal. I have a forum running, a lot of MySQL databases and Apache 2 on the server. I'm also running sensord and other stuff like that. So some of the software will probably need some configuration. I logged on my server as root and ran apt-get update apt-get upgrade I installed all the updates, except new versions of the kernel. Maybe it's even better if you run apt-get dist-upgrade ... which will install a new kernel version. Then, using nano I edited the /etc/update-manager/release-upgrades file: nano /etc/update-manager/release-upgrades I changed it to read: Prompt=normal Then the update can be started: do-release-upgrade You might need to install the update manager first: apt-get install update-manager-core So the install started running, and quickly I was asked if I wanted to change the My...