vault backup: 2026-06-15 12:31:48
This commit is contained in:
Vendored
+7
-3
@@ -101,10 +101,14 @@
|
|||||||
"id": "a03bc8567d8fa332",
|
"id": "a03bc8567d8fa332",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "markdown",
|
||||||
"state": {},
|
"state": {
|
||||||
|
"file": "Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Neuer Tab"
|
"title": "Update Shopware 6 (Lokal mittels DDEV)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -196,11 +196,11 @@ Prüfen ob alles funktioniert
|
|||||||
### Dateien
|
### Dateien
|
||||||
Ziped alles im aktuellen Verzeichnis
|
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
|
### Datenbank
|
||||||
|
|||||||
Reference in New Issue
Block a user