Hallo,
Ich habe eben ein Update über das Backend zuerst von 6.2.3.x auf 6.3.0.0 durchgeführt, das lief problemlos durch. Das anschließende Update von 6.3.0.0 auf 6.3.5.1 ist bei Step 3 Datenbank-Migration abgestorben, folgende Fehlermeldung erscheint im roten Feld:
Error
Received the following error message:
An exception occurred while executing ’ ALTER TABLE shipping_method_price
DROP FOREIGN KEY fk.shipping_method_price.currency_id
; ': SQLSTATE[42000]: Syntax error or access violation: 1091 Can’t DROP FOREIGN KEY fk.shipping_method_price.currency_id
; check that it exists
Please try to fix this error and restart the update.
Response
{"valid":false,"errorMsg":"An exception occurred while executing '\n ALTER TABLE `shipping_method_price`\n DROP FOREIGN KEY `fk.shipping_method_price.currency_id`;\n ':\n\nSQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP FOREIGN KEY `fk.shipping_method_price.currency_id`; check that it exists"}
Hat jemand eine Idee, wie das Problem zu lösen ist?
Danke im Voraus