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 943a613..fd34491 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 @@ -46,6 +46,11 @@ Initialisieren ddev config ``` +Starten: +``` +ddev start +``` + --- ## 3. Live Umgebung @@ -54,13 +59,32 @@ Wartungsmodus, Backups erstellen (Daten und DB). Backups runterladen. Backup Datei in wsl kopieren Pfad: ``` - +cd /dev ``` --- ## 4. Update lokal vorbereiten +Backup extrahieren +``` +tar -xf backup.tar -C ~/dev/shopware +``` + +Daten aus Subfolder noch oben bewegen +``` +mv lodner.shop/* . +``` + +Subfolder löschen +``` +rm lodner.shop/ +``` + +Neustarten +``` +matth@SurfaceMatthias:~$ ddev restart +``` ### Datenbank importieren: @@ -69,6 +93,13 @@ Backup Datei in wsl kopieren Pfad: ddev import-db --file=/mnt/c/Users/matth/Downloads/GHL26495_sw6_2026-05-22_00-38-14.sql ``` +PHPMyAdmin +``` +ddev phpmyadmin +``` - +Neustarten +``` +ddev restart +```