You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am migrating a database from 1.9.0.1 to 2.2.2 and fail on the integrity checks. The first failure is
[2018-02-05 15:19:26][ERROR]: Foreign key (FK_mg_CAT_EAV_ATTR_ATTR_ID_mg_EAV_ATTR_ATTR_ID) constraint fails on source database. Orphan records id: 121,178,179,180,181,182,183,184,185,284,285,286,287,288,289,290,291,292,297 from mg_catalog_eav_attribute.attribute_id has no referenced records in mg_eav_attribute
So I looked for the records in mg_catalog_eav_attribute with an attribute_id equal to any of the numbers in the orphan list. And only one of them of them exists. So where have the other numbers come from?
The text was updated successfully, but these errors were encountered:
I am migrating a database from 1.9.0.1 to 2.2.2 and fail on the integrity checks. The first failure is
[2018-02-05 15:19:26][ERROR]: Foreign key (FK_mg_CAT_EAV_ATTR_ATTR_ID_mg_EAV_ATTR_ATTR_ID) constraint fails on source database. Orphan records id: 121,178,179,180,181,182,183,184,185,284,285,286,287,288,289,290,291,292,297 from
mg_catalog_eav_attribute
.attribute_id
has no referenced records inmg_eav_attribute
So I looked for the records in mg_catalog_eav_attribute with an attribute_id equal to any of the numbers in the orphan list. And only one of them of them exists. So where have the other numbers come from?
The text was updated successfully, but these errors were encountered: