Quick Tip: How to Move a WordPress Site

Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don't hold it against me. One of the perils of having a 20+ year old website!

I won’t go too in-depth here, but I will describe the steps you need to take to move a WordPress website to a different host.

  1. Download all of the site files from the old host
  2. Export the entire database WordPress is using. If you’re not sure how to do that, there are instructions here.
  3. If there are existing files on the new host, back them up by downloading them. Do the same for any databases on the new host.
  4. Upload the site files from the old host to the new one.
  5. Create a new database on the new host. Each host is different, but you’ll have to create a database, a database user, and then give the database user all privileges on the new database.
  6. Import the database from the old host to the new database.
  7. Change the wp-config.php file info to the new database name, host, username, and password.

Some Things to Consider:

  • Most hosts keep the database host as localhost but not all of them. If you’re not sure what your host is, you should contact the new host’s support.
  • This is just moving WordPress to a new sever; I assume you’ve already pointed the domain. If you’re changing domains, you will also have to change all of the domain references in the WordPress database, most notably in the wp_options table (there are two references there). If you don’t change the wp_options table, your site will not work. The best way to change all of the references (most of which being in the posts table) is probably to do a Find/Replace on the .sql file in your favorite text editor after you complete step 2.
  • If you’re moving a WordPress MU/Multisite install, you will also have to configure the sever to handle subdomains. The codex has instructions on how to do that here.

Similar Posts

  • My WordCamp Philly Talk is Online

    Back in October I gave a talk at WordCamp Philly about Building a Simple WordPress Theme Framework. I’m very excited to announce that a video of the talk is up over at WordPress.tv. Head on over there to look at the video, or watch it after the jump!

  • |

    Happy Birthday, WordPress

      I know this is about a day late, but I want to wish WordPress a happy birthday. You see, I wouldn’t be where I am today without it. In college I spoke with my friend @smekosh about creating my own CMS as I was writing a few for clients, and he pointed me towards…

  • | |

    QT: Manage Your Blackberry Email Online

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!This is for all of use Blackberry (possibly only on Verizon Wireless) users. The Blackberry Web Panel allows you to manage…

  • |

    How to Choose a Good Domain Name

    There are 2 crucial parts to any website, no matter what service you want to use. One is hosting, which can come in the form of a full controllable server you buy from a company like LiquidWeb or SiteGround. It can also come in the form of a full service website business, like Squarespace or…

One Comment

  1. To move a database to an other host, will not be very easy. As I am concerned, I looking for a good host who can create a databas for me to manage my visitors and clients.

    Is there anybody who can help me?
    sincerely
    Elemer

Comments are closed.