Most hosting servers have File Manager and phpMyAdmin that you can use to backup your WordPress website. This backup can be used to migrate your website from your previous hosting provider to your hosting account with us.
Please follow these steps:
- Step 1: Backup Files
- Step 2: Backup Database
Backup Files
Using File Manager:
- Log in to your old hosting control panel.
- Find and launch File Manager.
- Go to File Manager > WordPress install directory.
On most servers, the install directory isyourdomain.com
> public_html
*Replaceyourdomain.com
with your actual domain name - Compress (.zip) all files and directories inside the [public_html] directory.
- Download the .zip file using FTP or File Manager.
Note:
We can help you download a large .zip file to your new hosting account with us directly from your old hosting account. Move the .zip file into your WordPress root directory and provide us with a downloadable URL or FTP details to download the file.
Backup Database Using a Plugin
You can use a backup plugin or phpMyAdmin to download a database backup.
Using Plugin:
- Log in to your WordPress and install the UpdraftPlus WordPress Backup plugin.
- Go to Settings > UpdraftPlus Backups > Backup Now.
- Select [*] Include your database in the backup.
- Deselect [ ] Include your files in the backup.
- Click Backup Now. Wait for the backup to complete.
- Click Database next to the backup.
- Click Download to your computer.
Note:
It is a third-party plugin. MechanicWeb does not endorse its use and is not affiliated with them.
Backup Database Using phpMyAdmin
You do not need to backup the database using phpMyAdmin if you have already created a backup using a plugin.
Get the Database Name:
- Log in to your old hosting control panel.
- Find and launch File Manager.
- Go to File Manager > WordPress install directory.
On most servers, the install directory isyourdomain.com
> public_html
*Replaceyourdomain.com
with your actual domain name - Right-click on the
wp-config.php
file. - Click Edit.
- Find the following line:
define( 'DB_NAME', 'olddatabasename' );
The textolddatabasename
is the name of your database for this website. The name can be random. - Done!
Download the Database:
- Log in to your old hosting control panel.
- Find and launch phpMyAdmin.
- Select the Database named
olddatabasename
from the left sidebar.
Your database name might not beolddatabasename
. Find the name using the steps above. - Go to Export > Go.
- Wait for the export to finish.
- Done!