-
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
EAV - Incorrect extended attribute migration with ignoring #283
Comments
Thank you @ihor-sviziev for reporting issue with good details. From the first glance it could actually be real. I will check it out. |
@ihor-sviziev |
@victor-v-rad no, it just fails on data migration step. I checked, during "attribute migration" - attributes ignored successfully, but during extended attribute migration - it doesn't |
Got it. Internal ticket MAGETWO-68777 to fix the issue. |
The screenshot at the top (list of mailchimp attributes to ignore) also solved a large headache for me in that it showed how me to easily remove the MailChimp module for Magento 1 left overs out of my migrated Magento 2 database. These fields literally crippled the migrated system with endless exceptions. |
Pre-Conditions:
Actual result:
Expected result:
Import should ignore attributes that are in ignore list.
Reason:
Workaround:
Do not ignore these attributes and remove them after migration
The text was updated successfully, but these errors were encountered: