If you’re reading this, chances are better than average that you have your own blog. If so, then this article is worth reading. In it, Roger Renteria describes a recent site meltdown he experienced and the lessons he learned. I think it’s time I updated my backups ….
Beware that moving a website like a WordPress blog is not an easy task if you don’t know the details regarding HTML, FTP, PHP, Apache Configuration, mySQL, Zone Files, A Records, and DNS. Thankfully the internet has instructions on fixing these issues that may arise as a result of trial and error.
DOWNLOAD AND BACKUP EVERYTHING
First, I downloaded my entire site to my computer–images, directories, and files. Everything in the WordPress directory had to be downloaded. I also downloaded a backup copy of the mySQL database which WordPress operates from. These two items are what make up WordPress.
UPLOAD
Next, I uploaded the WordPress directory to my new hosting company. Also, I had to create a new database on my new host and import the data from the existing database I downloaded. These tasks were relatively simple and rather trouble-free.