My Process: Moving to a New Webhost – Part 1

I am already getting ready to move all of my sites over to my new web host, WiredTree. I am still learning what it means to own and manage a virtual private server account, but I have already been able to install Subversion to manage my WordPress installs and upgrades, and so this will save me valuable time on upgrading as each new release of WordPress comes out.

WiredTree had Yum set up, so installing Subversion was very easy. While logged in via SSH, I entered yum install subversion and it did the rest. Afterwards, I was able to download the latest version of WordPress 2.5.1 though the now installed Subversion system by entering svn co http://svn.automattic.com/wordpress/tags/2.5.1/ . with the final period at the end referencing the local folder being very important to the command.

Next time, when I update to the next stable release, I will use the svn sw http://svn.automattic.com/wordpress/tags/2.5.2/ command in my shell prompt rather than the svn up command that people using the trunk releases use. I won’t be using trunk as I need my blogs to work correctly at all times, despite most people not having issues with trunk, I don’t want to take any chances.

To learn more about installing and maintaining WordPress through Subversion, I suggest you check out the codex page entitled Installing/Updating WordPress with Subversion.

Next, I moved all of the files for this site over to the new hosting space, and checked to make sure everything looked correct.

My next steps are to get the database for this blog set up on the new site, export the content from this blog, and import it into the fresh, new blog on my WiredTree account. I will then move the DNS so that it points to my new hosting, and see if everything is working correctly with this blog.

I plan on moving the DNS during the weekend, when I have a lower amount of traffic than normal, so that if I do have problems, they won’t be as noticeable to most people compared to doing this whole thing during the week. If everything works as planned, all of the other sites I run will slowly be migrated over during the next two or so weeks.

Originally posted on May 15, 2008 @ 5:16 pm

Leave a Reply

Your email address will not be published. Required fields are marked *