-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delta Migration goes in loop #307
Comments
Hi @croxarens 'delta' mode continues in a loop until CTRL-C is pressed. The doc. Warnings you see e.g.
means number of records in M1 and M2 of customer_entity are not equal. Check this table in both DB for the differences. Maybe you added some customer to your M2 in order to test the store |
Hi @victor-v-rad , I checked the M2 DB and the last record in each of the following tables
is in the M1 DB, just it's not the last one. Table structures between M1 and M2 is different for those tables, but I don't think is a problem from the moment the settings and data migration was fine. |
Is it correct that all the m2_cl_ tables are empty? |
the tool empty these tables as soon as delta records are delivered to M2 store |
Hey @victor-v-rad , I tried with a vanilla installation and still getting the same error when I run the delta migration.
Am I doing something wrong? |
@croxarens - Did you get this issue sorted out? We also facing the same issue (#316). |
Hi @rg-srini , No, unfortunately we still working on it with no success.. I'll keep this issue updated in case we found a way.. |
@croxarens see the last comments in #316. Might help |
@victor-v-rad thanks! |
I'm running the delta migration with the following command :
$ php bin/magento migrate:delta vendor/magento/data-migration-tool/etc/ce-to-ee/1.9.3.0/config.xml -vvv
and this is the output :
(sorry for the long output)
I didn't find any info on what 'Volume Check failed' exactly means, and what I notice is that the output seems a loop as it's outputting all the time the same warnings.
The text was updated successfully, but these errors were encountered: