{* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {extends file="helpers/view/view.tpl"} {block name="override_tpl"}

{l s='Download'}

{l s='Download the backup file (%s MB)' sprintf=$backup_weight}

{l s='Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.'}

{l s='Disclaimer before creating a new backup'}

  1. {l s='PrestaShop is not responsible for your database, its backups and/or recovery.'}
  2. {l s='PrestaShop is open-source software. You are using it at your own risk under the license agreement.'}
  3. {l s='You should back up your data on a regular basis (both files and database).'}
  4. {l s='This function only backs up your database, not your files.'}
  5. {l s='By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).'}
  6. {l s='Always verify the quality and integrity of your backup files!'}
  7. {l s='Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process.'}
  8. {l s='Always check your data.'}
  9. {l s='Never restore a backup on a live site.'}

{l s='How to restore a database backup in 10 easy steps:'}

  1. {l s='Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.'}
  2. {l s='Download the backup from the list below or from your FTP server (in the folder "admin/backups").'}
  3. {l s='Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.'}
  4. {l s='Please ask your hosting provider for "phpMyAdmin" access to your database.'}
  5. {l s='Connect to "phpMyAdmin" and select your current database.'}
  6. {l s='Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.'}
  7. {l s='At the top of the screen, please select the "Import" tab'}
  8. {l s='Click on the "Browse" button and select the backup file from your hard drive.'}
  9. {l s='Check the maximum filesize allowed (e.g. Max: 16MB)'}
    {l s='If your backup file exceeds this limit, contact your hosting provider for assistance. '}
  10. {l s='Click on the "Go" button and please wait patiently for the import process to conclude. This may take several minutes.'}
{/block}