Skip to content
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 mode is stuck in the loop #4

Closed
ivanweiler opened this issue Jul 21, 2015 · 3 comments
Closed

Delta mode is stuck in the loop #4

ivanweiler opened this issue Jul 21, 2015 · 3 comments

Comments

@ivanweiler
Copy link

Hello all,

When running php migrate delta --config=myconfigpath.xml process is stuck in the loop and stopped only with ctrl-c. Every time delta update is done, there is a message "Automatic restart in 5 sec. Use CTRL-C to abort" and it's started again, is this on purpose?

autoRestart property is never decreased at
https://github.com/magento/data-migration-tool-ce/blob/master/src/Migration/Mode/Delta.php#L123

@victor-v-rad
Copy link
Collaborator

Hi Ivan,
According to the official documentation
http://devdocs.magento.com/guides/v2.0/migration/migration-migrate-delta.html
it was done on purpose.
Reason: on live store orders, customers and other entities are created constantly and the migration tool in delta mode will catch it and migrate on the fly every 5 sec

@ivanweiler
Copy link
Author

Makes sense, thanks for explaining ;)

@ilol
Copy link

ilol commented Jan 6, 2016

@ivanweiler would you close the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants