Our extension provides you with migration scripts for transferring data from Mirasvit Knowledge Base for Magento 1 to Mirasvit Knowledge Base for Magento 2.
Click on the names of scripts below to download:
mirasvit_kb_m1_export.php
- script for exporting Knowledge Base data to XML file.mirasvit_kb_m2_import.php
- script for importing Knowledge Base data from XML file.Follow these steps to correctly perform migration:
mirasvit_kb_m1_export.php
to the root of your M1 store, and run it either:
http://store_m1.com/mirasvit_kb_m1_export.php
, orphp -f mirasvit_kb_m1_export.php
kb_export.xml
will be created at the root of the store, with all your data. Transfer it to the root of your M2 store;mirasvit_kb_m2_import.php
to the root of your M2 store, and run it either:
http://store_m1.com/mirasvit_kb_m2_import.php
, orphp -f mirasvit_kb_m2_import.php
In some cases import script can crush on timeout or memory overloading error (due to large quantities of data). In this case just restart import script by reloading browser page. It will skip previously uploaded data, and proceed from the last unprocessed record.