vault backup: 2026-05-24 17:41:04

This commit is contained in:
2026-05-24 17:41:04 +02:00
parent 70076504ba
commit b8e80b0905
@@ -86,6 +86,10 @@ Neustarten
matth@SurfaceMatthias:~$ ddev restart
```
Lokale Sicherung erstellen
```
cp -r shopware/ shopware2/
```
### Datenbank importieren:
.sql Datei aus .zip extrahieren
@@ -103,3 +107,22 @@ Neustarten
ddev restart
```
---
## 5. Lokales Update
### Vorbereitung
In Verzeichnis wechseln
```
cd ~/dev/shopware/public
```
Updater runterladen (prüfen ob notwendig)
```
ddev exec wget https://github.com/shopware/web-installer/releases/latest/download/shopware-installer.phar.php
```
### Update
Anleitung von [Showare](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer)