Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.37 KB

About SeamlessUpgradeToolbox

Welcome to the Seamless Upgrade Toolbox repo. In this repo, you will find several applications enabling you to test the proper running of PrestaShop upgrades (including Core, modules, themes, dependencies). Here is the list of tools currently available:

Autoupgrade scripts

The script allows testing the upgrade between 2 versions of PrestaShop, with the possibility of:

  • create a database dump and comparing it with a dump from a fresh install
  • create file hashes and comparing it with another hashes from a fresh install

Link: Autoupgrade-scripts

Autoupgrade env

Script allowing you to quickly test the module autoupgrade in specific version of Prestashop.

Link: Autoupgrade-env

Autoupgrade rollback scripts

The script allows testing the rollback between 2 versions of PrestaShop, with the possibility of :

  • create a database dump before upgrade and comparing it with another dump created after the rollback
  • create file hashes before upgrade and comparing it with another hashes created after the rollback

Link: Autoupgrade-rollback-scripts