Post-update checklist

Below is a list of actions that should be done following a PrestaShop update.

Main steps

The following steps will be executed during the upgrade:

  • Refresh the page. You’ll need to sign in to your back office again.
  • Check the Module Manager and re-enable the modules that have been disabled to prevent any compatibility issue..
  • Make sure your store’s front office is working properly: try to create an account, place an order, to add a product, etc.
  • Disable the maintenance mode in General settings > Maintenance.
  • Review the state of your modules: compatible modules have been updated automatically, while incompatible ones with PrestaShop %version% have been uninstalled.

Troubleshooting

  • If some images don’t appear in the front office, try regenerating thumbnails in Preferences > Images. You should check the images of products, categories…
  • If something’s wrong, you can restore a backup with this module. Your backup is available at {admin}/autoupgrade/backup and can be restored either manually or via the command line interface
  • If you can’t access your back office, try enabling the debug mode manually in config/defines.inc.php by setting PS_MODE_DEV to true (see the dedicated documentation)