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 ```