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
[2017-08-29 09:29:39][INFO][mode: data][stage: integrity check][step: Data Integrity Step]: started
^[[0;31m[2017-08-29 09:29:45][ERROR]: Foreign key (FK_CAT_CMP_ITEM_PRD_ID_CAT_PRD_ENTT_ENTT_ID) constraint fails. Orphan records id: 209,224,428,488,592,939 from `catalog_compare_item`.`product_id` has no referenced records in `catalog_product_entity`^[[0m
It took me quite a while to figure out that the issue was in the source (not destination) database. Either the tool should log which db it is checking individually (~ Integrity check on source database), or output the database name within the log (~ ...9 from **mydb**.catalog_compare_item.product_id ).
The text was updated successfully, but these errors were encountered:
E.g. I got
It took me quite a while to figure out that the issue was in the source (not destination) database. Either the tool should log which db it is checking individually (~
Integrity check on source database
), or output the database name within the log (~...9 from **mydb**.catalog_compare_item.product_id
).The text was updated successfully, but these errors were encountered: