1

I am a relative newby to managing my own server. I set up a Linode a while ago, installed Ubuntu 9.1 (Karmic) followed by Apache, MySQL, my websites, some mods etc.

What I didn't realise was that, not only could I upgrade my version of Ubuntu, but that I should. I now find myself with an unsupported version of Ubuntu and a lot of stuff sitting on top of it.

It seems that the recommended process for EOL upgrades is actually to reinstall rather than to upgrade.

I was thinking of setting up a brand new Linode on the latest version of Ubuntu and then moving all my stuff across.

The question is though:

  • What should I move across?
  • What is the best way to do it?
Martin Duys
  • 115
  • 6
  • That's not true about upgrading, from a karmic you can upgrade to 10.04 that its the current LTS, and it's supported. Can you detail exactly what kind of application you need to move on? – Giovanni Toraldo Dec 17 '11 at 09:11

1 Answers1

3

With Linode you can easily make a clone of your actual vps, try to upgrade to Lucid on the clone and check that everything is working fine. If it's ok, you can repeat the upgrading steps on the main vps, and destroy the clone as the last step.

You should be able to swap ip address of the master and clone if you want to use straight the clone without repeating the upgrade procedure on the master.

Giovanni Toraldo
  • 2,587
  • 19
  • 27