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

Tool Stalls for me #473

Closed
niners52 opened this issue Feb 23, 2018 · 3 comments
Closed

Tool Stalls for me #473

niners52 opened this issue Feb 23, 2018 · 3 comments
Labels

Comments

@niners52
Copy link

I am trying to migrate a database from 1.9.3.1 ce to 2.2.2 ee using the data migration tool. I have done a migration before on a different site and had to deal with errors but I am not getting any errors. When it gets to this step-

[INFO][mode: data][stage: data migration][step: Map Step]: started 13%

it stalls. It happened yesterday so I restored the database and started over and it happened at exactly 13% again. I let it run for 12 hours to make sure it had enough time. Our store has about 5k customers, 25k items, and 15k orders so I don't think it is too big. Any ideas? Which log can I check? How can I get more information?

@victor-v-rad
Copy link
Collaborator

Hi @niners52

You can run migration with -vvv option to debug the process of migration. It will show migration per tables. So you will know on which table it is stalled

@niners52
Copy link
Author

Hello,
I ran it with that command and it stalled on catalog_product_entity_varchar table. I am now running it localhost to localhost and that table passed through just fine. My concern going forward through development is how will I run the delta if I do it localhost to localhost

@bhagdave
Copy link

I think this is related to #251 and #405. Mine eventually crashes with an error. I have yet to get the tool to run against a remote database on an AWS RDS instance,

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

No branches or pull requests

3 participants