vault backup: 2026-05-24 17:51:06
This commit is contained in:
@@ -97,7 +97,18 @@ cp -r shopware/ shopware2/
|
|||||||
ddev import-db --file=/mnt/c/Users/matth/Downloads/GHL26495_sw6_2026-05-22_00-38-14.sql
|
ddev import-db --file=/mnt/c/Users/matth/Downloads/GHL26495_sw6_2026-05-22_00-38-14.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
PHPMyAdmin
|
### .env anpassen
|
||||||
|
Datei
|
||||||
|
```
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Anzupassen:
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
PHPMyAdmin (wenn benötigt)
|
||||||
```
|
```
|
||||||
ddev phpmyadmin
|
ddev phpmyadmin
|
||||||
```
|
```
|
||||||
@@ -128,7 +139,13 @@ ddev exec wget https://github.com/shopware/web-installer/releases/latest/downloa
|
|||||||
nano /dev/shopware/composer.json
|
nano /dev/shopware/composer.json
|
||||||
```
|
```
|
||||||
|
|
||||||
Einträge die angepasst werden müssen
|
Einträge die angepasst werden müssen:
|
||||||
|
```
|
||||||
|
"shopware/administration": "6.7.10.1",
|
||||||
|
"shopware/core": "6.7.10.1",
|
||||||
|
"shopware/elasticsearch": "6.7.10.1",
|
||||||
|
"shopware/storefront": "6.7.10.1",
|
||||||
|
```
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
Anleitung von [Shopware](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) befolgen
|
Anleitung von [Shopware](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) befolgen
|
||||||
@@ -153,3 +170,9 @@ ddev composer recipes:update
|
|||||||
ddev exec php bin/console system:update:prepare
|
ddev exec php bin/console system:update:prepare
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Testen
|
||||||
|
Prüfen ob alles funktioniert
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user