Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Prashant Walke

    (@walkeprashant)

    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/

    Plugin Author Prashant Walke

    (@walkeprashant)

    Hi,

    is your issue resolved?

    if you have still issue then raise ticket to support : https://www.wpseeds.com/support/

    Thread Starter kvantumpeter

    (@kvantumpeter)

    I’m really sorry, havent got a notification about your reply (altho its checked here).

    Yes, i found these steps, tried to follow them again, but i cant find any installer file on the listing page
    “Download backup file (zip) and Installer file (install.php) from backup listing.”

    Here is a screenshot.

    Plugin Author Prashant Walke

    (@walkeprashant)

    Hi,

    Apologies in delay in response.

    Clone,Move ,Restore feature available in Pro version.

    Using Pro version you can download installer.

    https://www.wpseeds.com/product/wp-all-backup/

    Plugin Author Prashant Walke

    (@walkeprashant)

    Hi,

    Hope you are doing well.

    Let us know in case any issue or query.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘unable to restore / clone site’ is closed to new replies.