From 865e766e27170d1b1738caec51c44e3f9ef3ecaa Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Sun, 24 May 2026 16:59:02 +0200 Subject: [PATCH] vault backup: 2026-05-24 16:59:02 --- .../Update Shopware 6 (Lokal mittels DDEV).md | 15 ++++++++++++++- 1 file changed, 14 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 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 +```