diff --git a/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md b/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md index fd34491..3257097 100644 --- a/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md +++ b/Geschäft/IT/Online Shop/Shopware 6/Update Shopware 6 (Lokal mittels DDEV).md @@ -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) + +