Shopware Composer Update auf 6.5.8.7 fehlerhaft

Ich will Shopware 8.5.7.2 auf 6.5.8.7 aktualisieren und bin alle Schritte aus der Doku durchgegangen:

bin/console system:update:prepare – kein Problem

composer.json Versionsnummern angepasst und mit composer update akualisiert. Auch kein Problem.

Wenn ich danach bin/console system:update:finish ausführe, bekomme ich eine Fehlermeldung und er bricht die DB-Migration ab.

In MigrationCommand.php line 167:
[Shopware\Core\Framework\Migration\Exception\MigrateException]
Migration error: An exception occurred while executing a query: SQLSTATE[22032]: <<Unknown error>>: 3140 Invalid JSON text: "The document is empty." at position 0 in value for column '#sql-4ef_239.address_format'.  

...Exception trace:...

In ExceptionConverter.php line 117:
[Doctrine\DBAL\Exception\DriverException (3140)]
An exception occurred while executing a query: SQLSTATE[22032]: <<Unknown error>>: 3140 Invalid JSON text: "The document is empty." at position 0 in value for column '#sql-4ef_239.address_format'.

...Exception trace:...

In Exception.php line 28:
[Doctrine\DBAL\Driver\PDO\Exception (3140)]
SQLSTATE[22032]: <<Unknown error>>: 3140 Invalid JSON text: "The document is empty." at position 0 in value for column '#sql-
  4ef_239.address_format'.

...Exception trace:...
 ---------- ----------------------
Action     Number of migrations
---------- ----------------------
Migrated   0 out of 6
---------- ----------------------

Das kann doch echt nicht sein, dass ich ein Minor-Update mache und der jetzt einfach nicht die Datenbank migriert.

Keine Ahnung was ich jetzt machen soll.