From 8b1baabfacbe34f88bf0b34843a12681729e890b Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Mon, 15 Jun 2026 12:31:48 +0200 Subject: [PATCH] vault backup: 2026-06-15 12:31:48 --- .obsidian/workspace.json | 10 +++++++--- .../Update Shopware 6 (Lokal mittels DDEV).md | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c32ec37..7554847 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -101,10 +101,14 @@ "id": "a03bc8567d8fa332", "type": "leaf", "state": { - "type": "empty", - "state": {}, + "type": "markdown", + "state": { + "file": "Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md", + "mode": "source", + "source": false + }, "icon": "lucide-file", - "title": "Neuer Tab" + "title": "Update Shopware 6 (Lokal mittels DDEV)" } } ], 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 9b34e21..ae4c5a9 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 @@ -196,11 +196,11 @@ Prüfen ob alles funktioniert ### Dateien Ziped alles im aktuellen Verzeichnis ``` -zip -r updated.zip * -x .env public/media/\* public/thumbnail/\* var/cache/\* +zip -r updated.zip . -x .env public/media/\* public/thumbnail/\* var/cache/\* ``` ``` -zip -r updated.zip * -x .env var/cache/\* +zip -r updated.zip . -x .env var/cache/\* ``` ### Datenbank