WordPress Managed Hosting - 40% Off For 4 Months - Coupon Code: BFCM2021 Avail Now

How to Migrate Your WordPress Site to Any Host (Minus the Panic)

Moeez — October 9, 2017 7 Minutes Read

When you decide to start a WordPress site, there are a few things you must do. You need to set up a hosting account, buy a domain name, install WordPress, and set up your site. A year after all of this has been done and your site has been doing well, you receive a mail reminding you of renewing your hosting account. There’s one problem though: renewal costs are much higher than signing up afresh for a new account. The only way out of this situation is ‘WordPress migration’.

Migrating a WordPress site can be a strenuous process, especially if you’re new to the ecosystem. Managing a site includes routine tasks such as adding content, and customizing your site, while also performing backups. These tasks are very different in terms of the know-how required to move a WordPress site.

What makes WordPress migration such a complex task, is the fact that a number of things can go wrong during the process. (This is why it’s important to have a backup of the site before the migration begins). The site also needs to be constantly monitored through the process.

How to move your WordPress site

There are a few factors which could help determine what your migration experience is like:

  • Knowledge required
  • Effort required
  • Time took
  • Efficiency (or accuracy)

Based on these factors, you can choose to perform a WordPress migration in two ways:

  1. Migrate WordPress site manually
  2. Migrate using a WordPress plugin such as Migrate Guru.

Every process has its pros and cons, but the tradeoff depends on how important the above factors are, to you.

Migrate WordPress site manually

To manually migrate your WordPress site, you need to perform the following steps (explained in the WordPress codex):

1) Backup your entire site

You can do this manually, or via a tool, like a WordPress backup plugin like BlogVault. WordPress sites consist of 2 main parts: files, and a database. Both these parts are equally important and must be backed up before you make any changes to (or move) your WordPress site. To back up the site, you need to copy of the files via FTP, and the database, imported via phpMyAdmin.

2) Backup the database

After your files are safely placed on your local computer, you must export the WordPress database. You will need access to cPanel as well.

a) Log in to your cPanel

b) Navigate to the Databases section

c) Open phpMyAdmin

d) Choose the Export tab

e) Select a method

f) Pick a format

g) Click the Go button to save the database on your computer

3) Create a new database on the new host.

To move your site to a new domain, you’ll need to create a new database on the hosting service you’re moving to. This also means creating a new MySQL user with a secure password.

Open cPanel on new host

a) Navigate to MySQL Database

b) Create a new database

c) Create a new MySQL user

d) eAdd new user account to the newly created database with all privileges selected

e) Copy database name, username, and password

Note: Once this is done, keep the database name, new MySQL username and its password safe.

4) Edit the wp-config.php file to reflect the new database changes

You’ll need to change the database name, the database username, and the database user password.

a) Open the WordPress folder you backed up previously.

b) Make a copy of wp-config.php file just in case you do something wrong

c) Open the wp-config.php file and find the following code:

d) Change the database name, username, and password to newly created ones

e) Save changes

5) Perform another backup

Make sure that this backup doesn’t overwrite the previous backup. This backup should contain all the new changes made to the database. Follow the same steps as mentioned in Step 1

6) Import the backup on a new hosting

After this, you’ll have to move the files and database to the new host via FTP and phpMyAdmin, respectively. Follow the below steps:

a. Login to your FTP account
b. Find WordPress or public_html folder
c. Upload the entire WordPress folder from your computer

7) Link your site to the new domain

When you’ve got external links on your site, they might break when you move them to a new domain. This is why it’s important that you update the links to point to the new domain. You can do this either manually, or via a plugin like Better Search and Replace or Search and Replace.

8) Update (or repoint) your DNS

You’ll have to update your DNS settings so they point to the new server instead of the old one. You can get the details required from your domain registrar.

Advantages and Disadvantages of a manual WordPress migration

Pros:

  • Good if you’re acquainted with WordPress
  • Free
  • Gives you control

Cons:

  • Takes time
  • Needs manual work
  • Can be intimidating for a first-timer
  • You need to be very careful at every step of the process

This is also why alternatives exist. There are migration services provided by web hosts and WordPress migration plugins.

Migrate WordPress site with Migrate Guru

Migration plugins on the other hand, are tools that significantly simplify the manual migration process for you. There are quite a few WordPress migration plugins available in the repository. While their processes vary slightly, they all work on the basic principle of performing a backup, moving it to the new location, and automatically offering a Find and Replace so that URLs can be rewritten.

For the sake of illustration, we’re going to take you through the process of migrating your WordPress site with Migrate Guru, a WordPress migration plugin that is great for moving large WordPress sites.

The Prerequisites for using Migrate Guru

Migrating a site with Migrate Guru comes with a few simple prerequisites:

  1. A new hosting account with a domain that has WordPress installed & knowledge of the directory in which you have installed WordPress (You would have selected this when you set up a domain on your new hosting account)

2. The Migrate Guru WordPress plugin installed on the site you want to move

Once Migrate Guru is installed on the source site.

3. Install and activate the Migrate Guru plugin on the site you want to move

You can do this by logging in to the site you want to move (the source site), navigating to ‘Plugins’ and clicking on ‘Add new’. Type in ‘Migrate Guru’ in the search bar, and click on ‘Install Now’.

Once installed, activate the plugin.

Using Migrate Guru

Step 1: Choose the host you want to migrate to, via Migrate Guru

a) If your destination host is on Migrate Guru’s list of hosts, choose one of them.

b) If you can’t see your host in the list, you can choose to move your site via FTP or cPanel, depending on which option you have the credentials for.

If you select FTP instead of a host, this is what you should see:

You’ll be asked for the following details:

  • Email address: The email address to which you’ll be receiving updates via email detailing the progress of your migration
  • Destination site URL: the URL of the domain you’re moving your site to
  • FTP type: Make sure you know which protocol your host uses – FTP, SFTP, or FTPS. If you enter the wrong protocol, Migrate Guru will prompt you to change it.
  • Host/Server Address: This should be on your hosting account’s cPanel.
  • FTP Username and Password

If you select cPanel instead of a host, these are the details you will be asked for:

  • Email address: The email address of which you’ll be receiving emails detailing the progress of your migration
  • Destination site URL: The URL of the domain you’re moving your site to
  • cPanel Username and password

Note:

If your site is HTTP Authenticated, click on ‘Advanced options’ and enter the username and password for the source and destination site. They are needed ONLY if either the site being moved or the destination site is ‘https://’ instead of ‘http://’. If the URLs of either site begins with ‘https://’, they are HTTP authenticated. These credentials can be retrieved from the site’s server logs. Some website hosts offer apps in cPanel that make it easier to browse those logs.

Step 2: Fill up the form, click ‘Migrate’

Once you have all the details required, fill up the Migrate Guru form, and click on the ‘Migrate’ button.
Doing so will take you to a real-time progress screen where you can see the status of the migration process, and how much is left.

Migrate Guru will send you an email notification confirming that the process of migration has begun. Meanwhile, you will also be taken to a screen that portrays the real-time progress of your website migration.

Once the migration process is completed, you will receive another email from Migrate Guru notifying about the successful migration, and the link to the migrated site.

A friendly note: Once you’ve moved your site

After your migration is over, it’s important that you repoint the DNS of your site to the location it’s been moved to. It takes about 4 hours for this to happen.

For most hosting accounts, you can edit your DNS settings from the cPanel, under a variant of ‘DNS settings’.

WordPress migration can be a pain especially if you’re new to the ecosystem or are unfamiliar with the processes required. However, having a WordPress migration plugin like Migrate Guru significantly reduces the time and effort required to move your site without any downtime.

Create Faster WordPress Websites!

Free eBook on WordPress Performance right in your inbox.


    Create Faster WordPress Websites!

    Free eBook on WordPress Performance right in your inbox.

      Moeez is ‘The’ blogger in charge of WPblog. He loves to interact and learn about WordPress with people in the WordPress community. Outside his work life, Moeez spends time hanging out with his friends, playing Xbox and watching football on the weekends. You can get in touch with him at moeez[at]wpblog.com.

      THERE'S MORE TO READ

      Newsletter

        WordPress Help Zone - Ultimate WordPress Pit-Stop

        Learning WordPress? Or are you expert enough to help others? Join our WP Facebook group!