vault backup: 2026-05-24 17:46:04
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
### Version festlegen
|
||||
|
||||
```
|
||||
nano /dev/shopware/composer.json
|
||||
```
|
||||
|
||||
Einträge die angepasst werden müssen
|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user