Skip to content

Commit 4838a7e

Browse files
committed
update: cli command and final steps
1 parent fdfa443 commit 4838a7e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

guides/hosting/installation-updates/performing-updates.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before doing the actual update, you should create a backup of your database and
2727
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.
2828
:::
2929

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.
3131

3232
### Use Composer to manage all extensions
3333

@@ -60,4 +60,17 @@ First, you should check that all extensions obtained from Shopware Store are com
6060

6161
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).
6262

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

Comments
 (0)