-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add upgrade doc #1701
base: main
Are you sure you want to change the base?
feat: add upgrade doc #1701
Conversation
Co-authored-by: Michael Telgmann <mitelg@users.noreply.github.com>
Co-authored-by: Michael Telgmann <mitelg@users.noreply.github.com>
Co-authored-by: Michael Telgmann <mitelg@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the PR @shyim 👍
Added two notes / questions.
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. | ||
::: | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shyim this does not set the SC's into maintenance for me 🤔
|
||
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). | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe let's go with a search query that is universal for all versions then a fixed 6.7 one
This will be out of date in 2 months
No description provided.