Moving Wordpress to a New Server
Topslakr July 23rd, 2008
Some unnecessary blog information is to follow:
I have move Topslakr.com to a new VM. It was a mostly painless project once I wrapped my mind around what needed to be done. The problem was that Topslakr.com was being hosted on a fairly old version of Mandriva and I wasn’t confident that it was getting the updates it needed to stay secure. The solution in my mind was a move the site to a newer version of Linux that would get those updates and be supported for a longer amount of time.
The process wasn’t too bad. I setup a new VM running Linux and installed the LAMP stack that I needed to host Wordpress, this included Apache, PHP and MySQL. Once that was done I created my database in MySQL and setup the permissions for the website to access it. I then download and put in place the latest version of Wordpress. I didn’t bother doing any setup or configuration to it. I then exported my database from the existing topslakr.com using the WP-DB-Backup Plugin which is quick and painless. You choose the tables to backup and a minute or so later you are presented with a compressed sql file that you can save to your local machine.