Upgrade Ubuntu 10.04 32-bit to 14.04 64-bit
- geoff
8 Replies
Since you're doing a new installation, maybe also diff against your old /etc in case you made changes like picking a specific Java version, though, you're warping 2 versions and 32 to 64 bit at the same time so you will likely see a lot of differences to mull over.
Switching the kernel to 64-bit is as simple as picking a different kernel in the dropdown in the manager and rebooting. I just did that prior to my migration.
Backup a copy of any data you need locally (and verify!) then what I would do is just spin up another Linode instance and actually do the install/configuration. Once you have it ready, just port over the latest data and the point your DNS to the new Linode and then just shut the old one down.
Because I am interested in upgrading to the new servers, Linode recommended I should switch. The 32bits I have have another 2 months for me to wait. I use Webmain/Virtualmin to manage the server and started a discussion here about it too
I dont feel comfortable mixing them, but if there are no implications at all then maybe I should.
Thanks
The differences that you're noting with yum-based operating systems is because Yum dynamically decides which packages to select based on the kernel bit-ness. Ubuntu (and Debian, I'd imagine?) pull it from their static config, so they don't need to override that.
@Guspaz:
The differences that you're noting with yum-based operating systems is because Yum dynamically decides which packages to select based on the kernel bit-ness. Ubuntu (and Debian, I'd imagine?) pull it from their static config, so they don't need to override that.
You are correct sir! FYI If you are using a yum-based distro, you can quickly swap out the variables for a static reference to the right architecture. Reference
Edit: additional reference