Migrating WordPress Websites

Website migrations can be stressful, but it doesn’t have to be. I’ll walk you through four different ways to migrate your site based on your unique situation.

  1. Automated migration to a new server
  2. Manual migration to a new server
  3. Automated migration to live server
  4. Manual migration to live server

Moving to a new server

It’s much easier to launch your site on a new server than to launch it on the one hosting your live site. With a new server launch there’s no downtime for your website.

You can take your time to make sure everything is working, and only then update your domain’s DNS settings. Users will begin to see the new site as the DNS change propagates, with most seeing it within a few hours.

With a new server, you can take your time to make sure everything is working, and then update your domain’s DNS settings to seamlessly transition with no downtime.

Automated migration to a new server

Many webhosts have automated tools to help you migrate your site.

If you’d like to use WPEngine as your new host (I recommend it), you can use their automated migration plugin.

I use WPEngine as my development server and migrate all my client sites using this plugin before starting work on their redesign. It works great, even for very large sites.

  1. Purchase your new hosting plan
  2. Log into My WPEngine, and click SFTP in the left sidebar
  3. Add an SFTP User and write down the Username, Password, Server Name, and Port Address.
  4. On your live site, install the WPEngine Automated Migration plugin.
  5. Click “WPEngine Migration” at the bottom of the admin bar menu and you’ll see this screen.
  6. Type in your email address, WPEngine URL (yoursite.wpengine.com), and your SFTP details
  7. If your WPEngine install is password protected, click “My site is password protected” and type in the username/password. All transferrable installs are password protected, and this can be found in My WPEngine on the Overview page (screenshot).
  8. Click “Migrate” and wait for the migration to complete! You can close this window if you’d like. They will email you when the migration is finished.

For hosts that don’t have an automated tool, you can use Migrate Guru. The steps are similar to the WPEngine ones listed above. You can also try the Duplicator plugin – see this tutorial by WP Beginner.

Once the site is on your new hosting environment, it should be accessible from an internal URL like yoursite.wpengine.com. You should confirm that the site looks and works correctly.

You’ll need to update the URLs in the site to match your live site. Either ask your host’s support to help you, or use one of these tools:

  1. Better Search Replace plugin
  2. wp cli on the server. Type wp search-replace clientsite.wpengine.com clientsite.comwith the first one being the temporary URL and the second one being your final URL. If you’re using WPEngine, you can click the “Advanced” tab to access wp cli (screenshot).

Finally, you should update your domain’s DNS settings with your domain registrar (ex: Godaddy) to point to your new host (more information).

Manual migration to a new server

A manual migration is pretty straightforward. Assuming WordPress is already installed on the server, you simply need to move all the site’s files (the wp-content directory) and the site’s database.

It’s easier to move one large file than lots of little ones. I like to package the wp-content directory into a tarball, then upload that to the server.

In my local copy of the site, I run tar pvczf wp-content.tar.gz wp-content. That compresses the entire wp-content directory into a single wp-content.tar.gz file. I then upload that directly to the server.

If I have SSH access, I’ll delete the existing wp-content directory, then run this to unpack the file: tar zxf wp-content.tar.gz. If I don’t have SSH access, I’ll ask the host’s support to unpack it for me. You might also need to ask them to update file permissions.

There’s a few ways you can migrate the database. You can log into phpMyAdmin on the server and manually upload it, but if it’s a large database it will time out before it’s fully uploaded.

If you have SSH access, you can upload the sql file to the server, then run mysql -p u username database_name < file.sql to import it. Tip: do the same tar compression shown above. SQL files compress super small.

Once uploaded, use Better Search Replace or wp cli to update the URL (see above).

I personally prefer using Migrate DB Pro to move databases. It works in all situations – I don’t need SSH access, and I don’t have to worry about the database size.

Install the plugin on your local copy and the new server’s WordPress install. Log into the new server, go to Tools > Migrate DB Pro > Settings and copy the Connection Info. On your local site, go to Tools > Migrate DB Pro, click “Push” and paste the connection. You can even tell it to update all the URLs before pushing to the server.

Once all the files and database are in place, test to make sure everything works, then update your domain’s DNS settings to point to the new server.

Migrating to your live server

This is more complicated. You need to have a solid plan in place – make a checklist so you don’t forget anything – and work fast. If you do it right, you can minimize the downtime.

Automated migration to live server

You could use the exact same tools shown above for the automated migration to a new server. But I’m personally afraid to let an automated tool start overwriting the database and files on my live server. If something goes wrong, there’s no “off” switch to stop those tools.

Any time I’m migrating a large site back to it’s original host, I speak with the host directly about setting up a staging environment. We then migrate to the staging environment, exactly like the new server approach above.

Once the site is setup (staging.clientsite.com), we ask the host to flip the switch. It usually takes about 30 seconds and they’ve swapped the files and databases for the two sites.

This depends upon having a high quality host who can provide this level of support. When working with lower tier hosts, I typically do a manual migration.

Manual migration to a live server

The goal here is to minimize downtime by getting all the pieces in place before making changes visible to users.

First, upload the wp-content directory to the server (same as the manual approach described above), but use a different name for the directory. I typically call it wp-content.new.

Determine how you’re going to migrate database: via phpMyAdmin (make sure the database is much smaller than the max upload size), SSH, or Migrate DB Pro. If SSH, upload it to the server so it’s ready for you.

Rename the current wp-content directory to wp.content.old, and wp-content.new to wp-content. There should be minimal disruption at this stage since all the themes, plugins, and uploads from the old wp-content directory should already be in the new one.

If possible, create a second database on the server and upload the new tables there. Toggling between old and new versions of the site is as simple as changing the database name in wp-config.php. If you can’t create a new database, make a backup of the live database so you can restore it if something goes wrong.

Change out the database and make sure everything looks good. If something looks broken, rename the wp-content directories again and quickly swap out the database so you’ve restored the “old” version, then figure out what went wrong.

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk

Reader Interactions

Comments are closed. Continue the conversation with me on Twitter: @billerickson

Comments

  1. Brad Dalton says

    Backupbuddy is the easiest solution for migrating WordPress.

    If you’re going to do it manually, i think the Velvet Blues plugin is better than search and replace.

    Another option is to change the WordPress Address URL and Site Address Url in Settings > General before you export the database tables, if you’re migrating from a local installation to a web server.

    • Bill Erickson says

      To each his own. After migrating hundreds of site, this is the way that I prefer.

      One quick note though: just changing the WordPress Address URL and Site URL is not enough for a migration. All URLs used throughout the site still need to be updated. This includes nav menu links, images embedded in posts, URLs in widgets (these are serialized so you can’t do a simple find/replace), and many more.

    • Logan says

      The SQL queries that Bill wrote in the previous article is a better solution than changing the URLs in the wp-admin area. However like he just said this doesn’t fix all the problems, which is why the PHP code linked to in this article is an even better approach.

    • Jason Pelker says

      I second BackupBuddy. Migration can be completed in five minutes start to finish without command line or mySQL knowledge.

  2. Jeni says

    Thanks for the step by step, Bill. I’ve been doing this for just about a year now, and after having talked to probably every tech guy at Bluehost, I’ve gotten tons of differing opinions on the best order for completing these steps. I’ll be using this post as a checklist from now on; thanks for simplifying things!

  3. susan says

    wow, I wonder why i find this after I’m stuck in the quicksand of a less than perfect site migration.
    AND I thought I researched the hell out of it prior to making the first move.
    I have some database prefix issues to clean up – and will be testing this checklist out on future migrations! Thank you for sharing. Not a lot of tech support folks know or are able to spend time on these issues!

    thanks again,
    susan’

  4. Tracy says

    Thanks for this great list of steps. This helped me tremendously recently. Will use it for all migrations in the future.

  5. Lior says

    Great Article!

    Can you suggest an easy way to migrate my WordPress Site to Azure?

    Thank you in advance,
    Lior.

    • Bill Erickson says

      I’ve never used Azure so I’m not sure if there’s any special migration requirements. You might try contacting your hosting provider to see if there’s any host-specific issues.

  6. WPExplorer says

    Searchreplacedb2 is such an awesome script. I can’t even begin to say how much I love it and how much easier it makes migrating a site.

    But for security, super important it’s removed after. Tip 14 should be to make sure that script is removed and your file permissions are set correctly on all the newly uploaded files 😉

    Great post!

  7. Kathy says

    This worked beautifully the first time I tried it! It’s the first move I’ve done without struggling with lost widgets. Can’t thank you enough for sharing your expertise with us!

  8. Sunny says

    hi! thank you for this amazing article! I have got one question: I am not good with databases and afraid to break my blog, can I use an easy way? Like, http://www.cms2cms.com. It migrates website to wordpress for free and no code or tables plus very quickly. Do you know anything about it? And do you suggest I should try?

    Thanks

  9. Emiel Nijhuis says

    Thanx Bill. Your article saved me A LOT of time. The search & replace tool especially enabled me to migrate in hours rather in days!