From 45d5b9cf51bf9aa2ef511858dc52c9f79f6a67b7 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Sun, 24 May 2026 17:46:05 +0200 Subject: [PATCH] vault backup: 2026-05-24 17:46:04 --- .../Update Shopware 6 (Lokal mittels DDEV).md | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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 +```