Mise à jour Prestashop
- To save your translations, in your current Back Office >> Tools >> Translations, export each language using the built-in Export tool.
- In your server database admin, back up your database.
- Via FTP, in the PrestaShop folder on your hosting server (e.g., http://www.mysite.com/prestashop/), create a backup copy of your current PrestaShop folder by renaming it (e.g., http://www.mysite.com/prestashop_old/).
- Download the latest version of the PrestaShop e-Commerce solution software.
- Unzip the new PrestaShop ZIP archive anywhere on your hard drive.
- Upload via FTP the new PrestaShop files located in the unzipped prestashop folder (and not the folder itself) to a new PrestaShop directory (e.g., http://www.mysite.com/prestashop/).
- If you had previously modified the contents of the
/mailsfolder, copy the contents of your backup copy of/mailsto the new build’s/mailsfolder. - Copy the contents of your backup copy of the
/imgfolder to the new build’s/imgfolder. - If you had added any extra modules to your default version of PrestaShop, copy the added modules from the backup copy of
/modulesto the new build’s/modulesfolder. - If you had installed some modules which keep their configuration inside a file (instead of the database) such as the “editorial” module (which use the editorial.xml file to store your content) you will have to copy them from your backup to your current module folder (e.g., “/modules/editorial/”).
- If you had previously modified the .htaccess file, merge the contents of the old and new .htaccess files, deleting any duplicate information. Do not replace one with the other.
- If applicable, copy your customized themes subfolder (e.g., /themes/mythemes) from the backup
/themesfolder to the new build’s/themesparent folder.- Note: If you had made changes to the default theme itself (not recommended; please see Create a customized Theme for the proper procedure), running the updater will therefore erase your changes. To recover the changes you had made to the default theme, create a new customized themes folder (for example, /themes/mythemes) in the new build and then transfer into it the contents of the old default theme folder located in your backup copy of PrestaShop.
- Copy the settings.inc.php file from the backup folder
/configto the new build’s/configfolder. - In a Web browser, launch the Installer by adding
/installto your shop’s URL (e.g., http://www.mysite.com/prestashop/install).
Note: Regularly back up your database, ideally on different computers, in case of problems related to hardware or security.

