Restore Site using installer
Create Backup :Dashboard->WP ALL Backup. Click on sub menu WP ALL Backup and click on Create New Backup button (Make sure that you have select Backup type“Both Database and files”)
Download backup file (zip) and Installer file (install.php) from backup listing.
Upload backup file (zip) and installer file on server where you want to restore the site
Run the installer : open your browser then run install.php file. Leave New URL blank.
Enter Information like Database name,user name, password.
Click on Restore button
Now you have restore your site successfully.
Also you can do this process manually.
Create Backup :Dashboard->WP ALL Backup. Click on sub menu WP ALL Backup and click on Create New Backup button (Make sure that you have select Backup type “Both Database and files”)
Download backup file (zip)from backup listing.
Upload backup file (zip) file on server where you want to restore the site
Create new database.
manual extract backup file on server (right click on backup file and extract or using cmd extract file)
edit config.php file and set database details
/** The name of the database for WordPress */
define(‘DB_NAME’, ”);
/** MySQL database username */
define(‘DB_USER’, ”);
/** MySQL database password */
define(‘DB_PASSWORD’, ”);
/** MySQL hostname */
define(‘DB_HOST’, ”);
7. After extract file you can seen .sql dump file : go to phpmyadmin and import this file in to newly created database.
for more info : https://www.wpseeds.com/documentation/docs/wp-all-backup/how-to/restore-site/