Skip to content

Commit

Permalink
Use --no-scripts when updating Shopware (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan authored Feb 14, 2024
1 parent 706fc4e commit 727becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/installation/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ composer require fastly

There are two ways to update Shopware:

* Initially run `bin/console system:update:prepare` to enable the maintenance mode and then update all Composer packages using `composer update`. However, to disable the maintenance mode, run `bin/console system:update:finish`.
* Initially run `bin/console system:update:prepare` to enable the maintenance mode and then update all Composer packages using `composer update --no-scripts`. The `--no-scripts` flag instructs composer to not run any scripts that may reference Shopware CLI commands. They will only be functional after updating the recipes. To disable the maintenance mode, run `bin/console system:update:finish`.

* To force-update all config files, run `composer recipes:update`.

Expand Down

0 comments on commit 727becf

Please sign in to comment.