diff --git a/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md b/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md index 3257097..78a0b3e 100644 --- a/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md +++ b/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md @@ -122,7 +122,34 @@ Updater runterladen (prüfen ob notwendig) ddev exec wget https://github.com/shopware/web-installer/releases/latest/download/shopware-installer.phar.php ``` +### Version festlegen + +``` +nano /dev/shopware/composer.json +``` + +Einträge die angepasst werden müssen + ### Update -Anleitung von [Showare](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) +Anleitung von [Shopware](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) befolgen +``` +ddev exec php bin/console system:update:prepare +``` + +``` +ddev composer update +``` + +``` +ddev exec php bin/console system:update:finish +``` + +``` +ddev composer recipes:update +``` + +``` +ddev exec php bin/console system:update:prepare +```