Thanks for all your advice guys.
Stupid question, how do you configure the linode with DHCP?
Erasmus Darwin wrote:
I used the IP swap trick for a 512->768 upgrade, and it worked well. One thing to keep an eye out for is that swapping the IPs will shutdown the linodes for you, but it won't automatically queue a boot job. I spent several minutes waiting for the new linode to come back up only to realize it was waiting for me to tell it to start. Fortunately, this was a trial run on a site that wasn't live yet, so no harm done.
Other things:
- Make sure the new linode's configured with DHCP so it'll pick up the changed address when it boots after you do the switch. Or you could statically configure it with the proper address, though you'll need to be careful not to shoot yourself in the foot.
- Adding a private IP to a linode requires a shutdown/reboot. If you've got a lot of data to transfer between the old and new linodes, you'll want a private IP so it doesn't eat up your bandwidth.
- Keeping track of what changes you make to the default OS setup makes the process run a lot smoother in the future. I've got a text file full of commands that I can copy-and-paste to reproduce the setup of my linode. It's not worth making a proper stack script since rebuilding it is a very rare occurrence, but it's helpful to have a reference of what I've done.