Skip to content

Commit 38e34c6

Browse files
authored
Merge pull request PrestaShop#1847 from M0rgan01/add_upgrade_checklist_v8
Add post-update-checklist part (v8)
2 parents 00963b0 + 7ea06a1 commit 38e34c6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Post-update checklist
3+
weight: 50
4+
aliases:
5+
- /8/development/upgrade-module/post-update-checklist
6+
---
7+
8+
# Post-update checklist
9+
10+
Below is a list of actions that should be done following a PrestaShop update.
11+
12+
## Main steps
13+
14+
The following steps will be executed during the upgrade:
15+
16+
- **Refresh the page.** You’ll need to sign in to your back office again.
17+
- **Re-enable and check your modules** one by one.
18+
- **Make sure your store’s front office is working properly:** try to create an account, place an order, to add a product, etc.
19+
- **Disable the maintenance** mode in General settings > Maintenance.
20+
21+
## Troubleshooting
22+
23+
- If some images don’t appear in the front office, try regenerating thumbnails in Preferences > Images. You should check the images of products, categories…
24+
- 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][1]
25+
- 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][2])
26+
27+
[1]: {{< relref "/8/basics/keeping-up-to-date/upgrade-module/upgrade-cli" >}}
28+
[2]: {{< relref "/8/development/configuration/configuring-prestashop#enabling-debug-mode" >}}

0 commit comments

Comments
 (0)