Migrationstool steigt bei Kategorien aus (xt:Modified)

Moin Leute,

versuche gerade mit dem Migrationsplugin von Shopware Daten von einem modified ecommerce shop zu migrieren. Problem ist er steigt immer mit folgender Fehlermeldung aus.

max_execution_time 60000

memory_limit 1280M

Werte sind für mich mehr als ausreichend hoch.

Hat jemand vllt eine Idee? Anbei auch noch ein pastebin von der phpinfo: https://pastebin.com/yr5CQsPq

The server aborted the import without any error message. Usually this is caused by low max-execution limits or SQL-server timeouts.What can you do about this?* Check your max-execution timeout* Check your mysql server configuration* Add additional indizes to your source database in order to speed up the queries. Please refer to our documentation regarding the last option.

 

Die Nginx log schmeißt dann noch:

2019/08/06 22:28:36 [error] 22297#22297: *1 FastCGI sent in stderr: “PHP message: PHP Fatal error: Allowed memory size of 13170114560 bytes exhausted (tried to allocate 262144 bytes) in /var/www/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php on line 286
PHP message: PHP Fatal error: Allowed memory size of 13170114560 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
PHP message: PHP Fatal error: Allowed memory size of 13170114560 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
PHP message: PHP Fatal error: Allowed memory size of 13170114560 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0” while reading response header from upstream, client: meineip, server: domain, request: “POST /backend/SwagMigration/import HTTP/1.1”, upstream: “fastcgi://127.0.0.1:8000”, host: “domain”, referrer: “domain”

Hab das memory_limit dann noch auf 20gb angehoben. Läuft dann ein wenig länger aber steigt dann trotzdem wieder bei den Kategorien aus. Kategorien selber legt er noch an. Ich denke das er bei der Artikelzuordnung dann aussteigt, da dort gar nichts auftaucht in der Datenbank.

Die Console im Browser schmeißt folgenden Fehler noch mit:

POST http://**/backend/SwagMigration/import net::ERR_EMPTY_RESPONSE

request@ext-all.js?201904021344:21
request@base?file=bootstrap&…dIn=1565163456:4673
runImportRequest@/backend/SwagMigrati…1565163456+1+1:1376
success@/backend/SwagMigrati…1565163456+1+1:1426
callback@ext-all.js?201904021344:21
onComplete@ext-all.js?201904021344:21
onStateChange@ext-all.js?201904021344:21
(anonymous)@ext-all.js?201904021344:21
XMLHttpRequest.send (async)

request@ext-all.js?201904021344:21
request@base?file=bootstrap&…dIn=1565163456:4673
runImportRequest@/backend/SwagMigrati…1565163456+1+1:1376
startImport@/backend/SwagMigrati…1565163456+1+1:1363
onNavigate@/backend/SwagMigrati…1565163456+1+1:1302
fire@ext-all.js?201904021344:21
dispatch@base?file=bootstrap&…dIn=1565163456:3780
fireEvent@ext-all.js?201904021344:21
handler@/backend/SwagMigrati…=1565163456+1+1:138
fireHandler@ext-all.js?201904021344:21
onClick@ext-all.js?201904021344:21
(anonymous)@VM231:6
g@ext-all.js?201904021344:21

 

Hab es auch schon auf einem anderen Server probiert der mit Apache läuft. Also an Nginx kann es auch nicht liegen.

 

Kann man das irgendwie debuggen um zu sehen an welcher Stelle er rausspringt und wieso?

 

Hoffe es kann wer helfen.

 

LG