Here's how to restore a store backup:
- Download the backup to your local computer (see this article for help)
- Inside the backup folder you will find a file called database.sql.gz. This is the backup of your database, which can be restored using PHPMyAdmin, which is a database tool that's available on most servers. Simply choose the Import option in PHPMyAdmin and upload the database.sql.gz file to restore your database.
- To restore the images for all products in your store, simply copy the product_images folder to your store's main folder
- If your store's configuration file is corrupted, the config.backup.php file in your store's admin/includes folder should be renamed to config.php to restore the settings of your store

The article has been updated successfully.