Knowledgebase

How to migrate a website manually

It's not always possible for our team to migrate a website automatically with our assisited migration service for several reasons. For these cases the process of a site migration has 3 key stages:

  • downloading the data from the old provider
  • importing the data into Umbrella Host
  • updating the website configuration file

We've laid out the steps usually required for a manual site migration below.

1. Start downloading your website files from the old provider: make an FTP connection using your previous FTP account details, and download all files from the web space to your local computer.

3. Download your database. You'll need a backup of all databases the website is using. All major hosts will be running the phpMyAdmin management software that lets you import and export your databases via a website. The steps are:

  • First, access phpMyAdmin (For Umbrella Host accounts its via: Client Area > Manage Hosting > [select service] > Login to Control Panel > phpMyAdmin)
  • Click the database you wish to backup down the left-hand side
  • Click the 'Export' tab at the top of your page
  • Leave 'Quick' selected under Export Method
  • Select your desired format: we recommend SQL for most cases
  • Click 'Go'

4. Upload the files to Umbrella Host - To access Umbrella Host FTP before you change the nameservers or update DNS for your domain, you'll need the FTP hostname displayed in the 'Nameserver Check' section. This automatically appears for any domains not using our nameservers as the last section down the right-hand side when you're managing your hosting packages.

5. Create a database within Umbrella Host - You can do that via Umbrella Host Client Area > Manage Hosting > [select service] > Login to Control Panel > MySQL Databases. Note down the hostname, database name/username and password for your new database as you'll need these details later.

6. Import your database backup to the newly-created database. Once again we recommend using phpMyAdmin for this purpose:

  • Umbrella Host Client Area > Manage Hosting > [select service] > Login to Control Panel > phpMyAdmin
  • Automatically login to phpMyAdmin for each of your databases. Click the 'Import' tab at the top of your page.
  • Browse your computer for the database export you have taken previously
  • Select the format that matches the export: this will be SQL for most cases
  • Click 'Go'

If the import fails, you may wish to try again with 'Enable foreign key checks' unchecked.

7. Update the credentials in the website configuration file. The exact file you need to update depends on the software the website is running, but we've listed the most common configuration files below:

  • WordPress: wp-config.php
  • Joomla: configuration.php
  • Drupal: sites/default/settings.php
  • Magento: app/etc/local.xml

8. The website will now be fully functional on our platform. To test the website, we provide a Temporary URL that will be visible down the right-hand side of the control panel. For a more complete test you can modify your hosts file, which allows you to override the domain name at your PC, so you can visit your domain at Umbrella Host while the rest of the internet still reaches the current website.

9. Time to go live! Once tested, you can change the nameservers of the domain.

  • 77 Users Found This Useful
Was this answer helpful?