This UI displays the webshop Databse backuping functionality features.
First blue-boxed notification, that informs about All Shops context - Note that this feature is available in all shops context only. It will be added to all your stores., meaning, that the Database backups will be taken from all the shops at the same time, not related to single webshop.
Disclaimer - effective reminding plan for webshop administrator, before creating a Database backup. The disclaimer is printed out in yellow box notification, with warning symbol - exclamation mark in yellow triangle. The text is:
Disclaimer before creating a new backup
1. PrestaShop is not responsible for your database, its backups and/or recovery.
2. PrestaShop is open-source software. You are using it at your own risk under the license agreement.
3. You should back up your data on a regular basis (both files and database).
4. This function only backs up your database, not your files.
5. By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).
6. Always verify the quality and integrity of your backup files!
7. 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. Always check your data.
9. Never restore a backup on a live site.
PrestaShop is not responsible for your database, its backups and/or recovery. - meaning, that all the database entries are unique, when there are design or code development modifications in Prestashop application, the shop administrator should take the responsibility about the data saving for himself.
PrestaShop is open-source software. You are using it at your own risk under the license agreement. - meaning, that Prestashop can be modified by the custom development, and many developers or other software development roles can contribute to the Prestashop software. More information about the licence can be accessed in the Prestashop’s .
You should back up your data on a regular basis (both files and database) - meaning, that the webshop database and files copy should be saved to the cloud or server space regulary in order to have a secure backup, in case there is something broken in the Prestashop.
This function only backs up your database, not your files. - meaning, that there will ba a SQL format dump created only except the files copy.
By default, your existing database tables will be dropped during the backup recovery (see “Backup options” below) - meaning, that during the database backup process, the old database information will be wiped off, and the backuped data only will be inserted into the Prestashop.
Always verify the quality and integrity of your backup files! - meaning, that the database dump should be verified by techincal team member, to verify the quality of the database file, in other cases, if the database dump file is somehow corrupted, it could permanently damage the Prestashop application during the finish of recovery.
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. - means, that before the files backup process, files needs to be reviewed by a member of technical team, in order to check if the files are not corrupted.
Always check your data. - means, that the information of the database should be double checked.
Never restore a backup on a live site. - means, that the owner of the shop should not restore database backup right on the live production website, because if there is a failure in backuping process, huge amount of site visitors can be lost.
CTA button “I have read the disclaimer. Please create a new backup.” with a Save material icon - once clicked, the Prestashop initiates the database file creation in background, until there is a green successful notification message with green checkmark icon, and text called It appears the backup was successful, however you must download and carefully verify the backup file before proceeding, meaning that the creation succeeded. Right after the notification, a material-style cloud icon and the title Download section appears. The section contains:
Easy steps plan in blue notification block with information material icon, contains an understandable self-explanatory steps to process for webshop owner:
How to restore a database backup in 10 easy steps
1. Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.
2. Download the backup from the list below or from your FTP server (in the folder "admin/backups").
3. Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.
4. Please ask your hosting provider for "phpMyAdmin" access to your database.
5. Connect to "phpMyAdmin" and select your current database.
6. Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.
7. At the top of the screen, please select the "Import" tab
8. Click on the "Browse" button and select the backup file from your hard drive.
9. Check the maximum filesize allowed (e.g. Max: 16MB)
10.If your backup file exceeds this limit, contact your hosting provider for assistance.
11.Click on the "Go" button and please wait patiently for the import process to conclude. This may take several minutes.
Section contains 2 toggle buttons:
Database backuping functionality is available in All Shops or in separate shop context. The backup or restore will be done for all the Shops simultaneously.