From f1875cb2fa1a6297246a169f9bdda65d37c2c48f Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Sun, 24 May 2026 18:01:05 +0200 Subject: [PATCH] vault backup: 2026-05-24 18:01:05 --- .../Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 d788d30..383bbe1 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 @@ -184,13 +184,14 @@ Prüfen ob alles funktioniert .env Datei nicht mit packen ### Dateien +Ziped alles im aktuellen Verzeichnis ``` - +zip updated.zip * ``` ### Datenbank ``` - +ddev export-db --file=~/dev/shopware/update-db.sql.gz ```