The best route to migrate a catalog from one Magento store to another can be accomplished with the following procedure
- Take a complete database backup of the target Magento Store
- Now separately backup the following tables on the target Magento Store
- All tables beginning with
catalog eav_attributeeav_attribute_groupeav_attribute_labeleav_attribute_optioneav_attribute_option_valueeav_attribute_seteav_entity_attributeeav_form_elementeav_form_fieldseteav_form_fieldset_labeleav_form_typeeav_form_type_entitycustomer_eav_attributecustomer_form_attribute
- All tables beginning with
- Now transfer the above tables from the source Magento Store to the target Magento Store
- Verify orders in target store can be opened
- Verify products can be edited
- Verify products on front-end
- Procedures Complete!
