2

I have a VPS that is running 32-bit Ubuntu server edition. I understand that migrating to 64-bit means reinstalling the OS; how do I do this remotely? Or do I need my host to do it for me?

yuttadhammo
  • 217
  • 2
  • 8

2 Answers2

2

This is not trivial and may not be possible with the tools your host provides. Your best course of action is to check with your host to see if they can provision this for you.

user9517
  • 114,104
  • 20
  • 206
  • 289
  • it turns out this is the way to go.. they provide OS installation service; I can use their cp to make a backup, then download the backup to the new server, reinstall. I guess I was looking for a way to do it without downtime, which is really asking a lot. Certainly not trivial - I don't really understand the difficulty in just replacing all software and kernel with 64-bit versions, but I assume there is a reason why it can't be done that way. – yuttadhammo Oct 30 '11 at 16:46
  • 1
    be careful that backup isnt a full system backup which would put you back at square one or worse a broken system - the reason its not easy is due to the hundreds if not thousands of different dependencies that have to get updated between 32bit and 64bit its much safer to transfer the minimum required data – anthonysomerset Oct 30 '11 at 18:32
  • @anthonysomerset - thanks, I guess it makes sense. – yuttadhammo Oct 31 '11 at 12:38
1

there isnt a simple way to do this

the easiest option i can see, is build a whole new server with 64Bit ubuntu and then installing the required software and transferring your configs and files from the old server to the new one

anthonysomerset
  • 3,983
  • 2
  • 20
  • 24