vault backup: 2026-05-24 17:41:04
This commit is contained in:
@@ -86,6 +86,10 @@ Neustarten
|
|||||||
matth@SurfaceMatthias:~$ ddev restart
|
matth@SurfaceMatthias:~$ ddev restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Lokale Sicherung erstellen
|
||||||
|
```
|
||||||
|
cp -r shopware/ shopware2/
|
||||||
|
```
|
||||||
|
|
||||||
### Datenbank importieren:
|
### Datenbank importieren:
|
||||||
.sql Datei aus .zip extrahieren
|
.sql Datei aus .zip extrahieren
|
||||||
@@ -103,3 +107,22 @@ Neustarten
|
|||||||
ddev restart
|
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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user