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 20032f4..3562f3c 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 @@ -24,6 +24,12 @@ Im Projekt Verzeichnis aufrufen: ddev delete ``` +Ordner löschen + +``` +rm -rf ~/dev/shopware/* +``` + --- ## 2. Neues Update vorbereiten @@ -46,6 +52,10 @@ ddev config Wartungsmodus, Backups erstellen (Daten und DB). Backups runterladen. +Backup Datei in wsl kopieren Pfad: +``` + +``` --- @@ -53,7 +63,10 @@ Backups runterladen. - +Datenbank importieren +``` +matth@SurfaceMatthias:~$ ddev import-db --file=/mnt/c/Users/matth/Downloads/GHL26495_sw6_2026-05-22_00-38-14.sql +```