Fehler bei Update von shopware 5.0.3 auf 5.5.9

Hallo liebe Community

Wir versuchen unseren Shop auf die neuste Version zu aktualisieren. Leider erhalten wir beim Update folgende Fehlermeldung. Hat hier allenfalls jemand eine Ahnung, was wir da tun können?

 

Error

Received the following error message:
Could not apply migration (Migrations_Migration1457). Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘0-1’ for key ‘element_id_shop_id’ 

Please try to fix this error and restart the update.

Response

 {"valid":false,"errorMsg":"Could not apply migration (Migrations\_Migration1457). Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0-1' for key 'element\_id\_shop\_id' "}

Diese Migration liegt unter update-assets⁩ ▸ ⁨migrations⁩ ▸ 1457-add-minsearch-index-length.php

Du könntest testweise mal die Zeile 48 ändern in

 if (false && $modus === self::MODUS\_UPDATE) { 

Vielleicht hilft das schon.

Hallo hsoebbing, vielen Dank!!!

habe das gleiche Problem -leider hat die  Änderung 

 if (false && $ modus === self :: MODUS\_UPDATE) { 

nichts gebracht…wie konntest due das Problem lösen ? Sitze leider auf 5.5.7 seither fest !