From b8e80b0905311c040b7787c02a4cb69986d1c9bf Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Sun, 24 May 2026 17:41:04 +0200 Subject: [PATCH] vault backup: 2026-05-24 17:41:04 --- .../Update Shopware 6 (Lokal mittels DDEV).md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) 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 fd34491..3257097 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 @@ -86,6 +86,10 @@ Neustarten matth@SurfaceMatthias:~$ ddev restart ``` +Lokale Sicherung erstellen +``` +cp -r shopware/ shopware2/ +``` ### Datenbank importieren: .sql Datei aus .zip extrahieren @@ -103,3 +107,22 @@ Neustarten ddev restart ``` +--- + +## 5. Lokales Update + +### Vorbereitung +In Verzeichnis wechseln +``` +cd ~/dev/shopware/public +``` + +Updater runterladen (prüfen ob notwendig) +``` +ddev exec wget https://github.com/shopware/web-installer/releases/latest/download/shopware-installer.phar.php +``` + +### Update +Anleitung von [Showare](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) + +