You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/hosting/installation-updates/performing-updates.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Before doing the actual update, you should create a backup of your database and
27
27
If blue-green deployment is enabled, you can rollback to the previous version without restoring the database backup. This is only recommended when you **only updated** Shopware and not any extensions together with it.
28
28
:::
29
29
30
-
Before you start the update process, you should also make sure that you have set the Sales Channels into maintenance mode. This can be done using the Administration or with `bin/console system:update:prepare` in the terminal.
30
+
Before you start the update process, you should also make sure that you have set the Sales Channels into maintenance mode. This can be done using the Administration or with `bin/console sales-channel:maintenance:enable --all` in the terminal.
31
31
32
32
### Use Composer to manage all extensions
33
33
@@ -60,4 +60,17 @@ First, you should check that all extensions obtained from Shopware Store are com
60
60
61
61
For the Hosting environment, it makes sense to update the PHP version to the minimum required version for the new Shopware version before updating Shopware itself. Shopware versions always support an overlapping PHP version, so you can update the PHP version before updating Shopware itself. You can find the minimum required PHP version in the [System Requirements](../../installation/requirements.md).
62
62
63
-
For customizations, you should check the [UPGRADE.md](https://github.com/shopware/shopware/blob/trunk/UPGRADE-6.7.md), it contains all breaking changes and migration instructions. Most of the time, it's easier to update to the latest version in a local environment and take a look at what is not working anymore.
63
+
For customizations, you should check the [UPGRADE.md](https://github.com/search?q=repo%3Ashopware%2Fshopware+UPGRADE-6+language%3AMarkdown+NOT+path%3A%2F%5Eadr%5C%2F%2F+NOT+path%3A%2F%5Echangelog%5C%2F%2F&type=code&l=Markdown), it contains all breaking changes and migration instructions. Most of the time, it's easier to update to the latest version in a local environment and take a look at what is not working anymore.
64
+
65
+
66
+
## Final Steps
67
+
68
+
Before you remove the maintenance mode, it is recommended to check the following:
69
+
70
+
-**Check the Administration**: Make sure the administration is working correctly.
71
+
-**Check the Storefront / Sales Channels**: Make sure your main processes are working correctly (e.g., adding products to the cart, checkout, etc.).
72
+
-**Check the Extensions**: Make sure that all extensions are working correctly.
73
+
-**Check the Performance**: Make sure that there is no major performance degradation.
74
+
-**Check the Logs**: Check your error logs for any issues.
75
+
76
+
After you have checked everything, you can disable the maintenance mode with `bin/console sales-channel:maintenance:disable --all`.
0 commit comments