vault backup: 2026-06-15 12:31:48
This commit is contained in:
Vendored
+7
-3
@@ -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)"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user