Migration Shopware 5 zu 6 -> CleanUp 0/0 und kein Fortschritt

Hallo!
Ich bin gerade dabei einen Shopware 5.5 Shop auf Shopware 6.6 zu migrieren. Die Migration läuft auch immer durch, aber dann beim CleanUp geht es nicht mehr weiter. Es steht dann immer im Progress 0/0 auf der Konsole läuft dann auch der Pfeil von Links nach Rechts.
Ich lasse die Migration über die Shell starten mit:
„bin/php bin/console migration:start newsletterRecipient promotions“

Mit get-progress prüfe ich dann den Fortschritt, das klappt auch bis es dann zum Thema Cleanup kommt.
lehhxyke@cloud6-vm264:~/www.lehrmittel-brammer.de$ /usr/local/php8.3/bin/php bin/console migration:get-progress
[-------------->-------------] 0/0 cleanup

So sieht das dann aus.

Auch im Backend steht das so da mit 0/0.

Was kann ich da tun? Wie bekomme ich das Cleanup beendet?
Welche informationen werden noch benötigt um mir helfen zu können?

Es läuft immer noch. Kann ich denn irgendwo sehen wo es hängt?

Hast Du in der DB mal in der swag_migration_logging geschaut, ob da was eingetragen wird? Am besten nach created_at filtern.

Danke für deine Antwort.
Da habe ich geschaut, da sind zwei aktuelle Einträge da. Insgesamt habe ich 147 Einträge drin, die anderen sind aber sowas wie Invalid Email usw.
Bekomme ich die beiden Themen hier irgendwie bereinigt?

swag-migration.index.error.SWAG_MIGRATION_RUN_ABORTED_AUTOMATICALLY_EXCEPTION.description

RunId: 0194e23fbe2273b589f5b4e7d9f1ffcc, ExceptionCount: 5
Handling „SwagMigrationAssistant\Migration\MessageQueue\Message\MigrationProcessMessage“ failed: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

und

swag-migration.index.error.SWAG_MIGRATION_MESSAGE_QUEUE_EXCEPTION.description

RunId: 0194e23fbe2273b589f5b4e7d9f1ffcc
Handling „SwagMigrationAssistant\Migration\MessageQueue\Message\MigrationProcessMessage“ failed: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

In der Tabelle swag_migration_run steht unten auch isAborted 1, und die Spalte step steht auf cleanup.
Kann ich irgendwas anstarten, dass dort Finished steht?

{„progress“:0,„total“:0,„currentEntity“:„media“,„currentEntityProgress“:0,„dataSets“:[{„entityName“:„language“,„total“:1},{„entityName“:„category_custom_field“,„total“:1},{„entityName“:„category“,„total“:203},{„entityName“:„customer_group_custom_field“,„total“:1},{„entityName“:„customer_group“,„total“:2},{„entityName“:„currency“,„total“:1},{„entityName“:„sales_channel“,„total“:1},{„entityName“:„number_range“,„total“:9},{„entityName“:„media_folder“,„total“:1},{„entityName“:„product_custom_field“,„total“:1},{„entityName“:„product_price_custom_field“,„total“:1},{„entityName“:„product_manufacturer_custom_field“,„total“:1},{„entityName“:„product“,„total“:1194037},{„entityName“:„property_group_option“,„total“:3471},{„entityName“:„product_option_relation“,„total“:4466563},{„entityName“:„product_property_relation“,„total“:18},{„entityName“:„translation“,„total“:7},{„entityName“:„product_cross_selling“,„total“:0},{„entityName“:„main_variant_relation“,„total“:3149},{„entityName“:„seo_url“,„total“:4247},{„entityName“:„customer_custom_field“,„total“:1},{„entityName“:„customer“,„total“:597},{„entityName“:„customer_wishlist“,„total“:4}],„exceptionCount“:2,„isAborted“:1}

Ist der/die Server potent genug? Ich würde das hier mal probieren:

also erst

show open tables where in_use>0;

dann

show processlist;

um zu schauen, ob da ein Lock festhängt.

Wo und mit welchen Parametern hostest Du?

Hi @lbdeshop,

was erscheint denn wenn du bin/php bin/console migration:start newsletterRecipient promotions -vvv eingibst?

VG Rico von enerspace.de