-
Notifications
You must be signed in to change notification settings - Fork 199
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
EE 1.13.1 to 2.0.2 Data Migration "hung" at "Customer Attributes Step" #75
Comments
are you on a local LAMP environment or running it elsewhere? How big is your database? Mine was about 1.4GByte and some spots might take a few minutes, but it wasn't that bad. I couldn't get it to work on Windows, but it worked on the Linux host. I DID think it hung at first but a few minutes went by and I went back to the terminal and noticed that the progress meter was indeed moving. |
It's running on an AWS instance running Centos 6.7. The original, 1.13, DB is 9.3 GB. |
Hmm that might be normal then.. mine was at 0 for a few minutes. The progress bar isn't very linear it seems. On Windows I was getting the mysql server disconnecting. I think you would have seen an error by now if there was a problem. Let us know if it does something within an hour maybe. There is a verbose mode but unfortunately it only affects the error report after an error has occurred. I guess another option is to go edit the php files and have it spit out a number every time it copies something new, or every 100 things |
Thank you very your responses and suggestions. I will let you know if anything happens. |
So far: |
The migration is still "hung" at the "Customer Attributes Step", but it looks like the four tables it copies data from->to are fillled |
Left it running overnight and it failed with: |
I had the same problem. I was able to fix it (or work around it) by setting
in my config.xml. |
I made the changes and am trying the data migration again. Thanks. |
Ended up getting the same error. Trying to increase max_allowed_packet. |
Increased the max_allowed_packet, but that did not work. |
MAGETWO-52582 |
same issue - hanging at Customer Attributes Step, migrating from v 1.7.0.2 to v 2.0.7, AWS Ubuntu instance. For me it seems to hang right as it's finishing that step. It's been hung for over an hour now. [2016-06-13 17:14:15][INFO][mode: data][stage: data migration][step: EAV Step]: started Resuming the migration (not reset)... same hang. |
Yesterday I let the above hang persist for as long as it wanted; after about an hour or so it errored out with proc_open(): fork failed - Cannot allocate memory I increased the memory of the AWS instance, and allocated more memory to MySQL, and it seemed to get past that point finally... however today, trying to repeat after a reset of the Magento2 db... it's hanging at the same point. I'm going to try to let it error out again, but that's an hour+ down the tubes... can someone offer diagnostic help, or suggest a way to have the thing detect the problem and quit sooner, with a better indication of where the problem is? Yes I'm using -vvv. Thanks. |
Thank you, @kennpie. Believe you information will help with this issue fixing. |
@rickoconnor |
I am closing the issue. Feel free to reopen if it is still actual |
I have successfully run the settings migration and after resolving a few issues with the data migration I got to the "Customer Attributes Step" and it is at 0% and has been for at least 30 minutes. Is this normal or is there an issue? There isn't an error message displayed.
The text was updated successfully, but these errors were encountered: