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

This commit is contained in:
2026-05-24 17:46:05 +02:00
parent b8e80b0905
commit 45d5b9cf51
@@ -122,7 +122,34 @@ Updater runterladen (prüfen ob notwendig)
ddev exec wget https://github.com/shopware/web-installer/releases/latest/download/shopware-installer.phar.php ddev exec wget https://github.com/shopware/web-installer/releases/latest/download/shopware-installer.phar.php
``` ```
### Version festlegen
```
nano /dev/shopware/composer.json
```
Einträge die angepasst werden müssen
### Update ### Update
Anleitung von [Showare](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) Anleitung von [Shopware](https://docs.shopware.com/en/shopware-6-en/update-guides/updating-shopware#update-with-composer) befolgen
```
ddev exec php bin/console system:update:prepare
```
```
ddev composer update
```
```
ddev exec php bin/console system:update:finish
```
```
ddev composer recipes:update
```
```
ddev exec php bin/console system:update:prepare
```