Migrate Magento1.x to Magento2.x – Basic – Part 7:

Migration Steps:
1. rename settings.xml file where, vendor\magento\data-migration-tool\etc\ce-toce\
settings.xml (after rename)
2. Specify our settings with proper file name from vendor\magento\data-migrationtool\
etc\ce-to-ce\1.7.0.0\config.xml (inside <settings_map_file> using this file it refer
settings.xml file)
3. Configuring the migration setup from following path
/vendor/magento/data-migration-tool/etc/ce-to-ce/1.7.0.0/config.xml
<source>
<database host=”127.0.0.1″ name=”magento1DBNAME” user=”root”/>
</source>
<destination>
<database host=”127.0.0.1″ name=”magento2NAME” user=”root”/>
</destination>
<options> <crypt_key /> </options>
{or}
<source>
<database host=”127.0.0.1″ name=”magento1″ user=”root” password=”pass”/>
</source>
<destination>
<database host=”127.0.0.1″ name=”magento2″ user=”root” password=”pass”/>
</destination>
<options>
<source_prefix>magento1</source_prefix>
<crypt_key>f3ju893gl3k3ekeijglgi2387df9fs594f01985</crypt_key>
</options>
4. The <crypt_key> tag is mandatory to fill. It can be found in local.xml file which is
located in the directory of Magento 1 instance at app/etc/local.xml in <key> tag
5. Here am not using any table changes so am not using map files. In case if we have to
use then rename all the xml files as well change into config.xml also

“Save Trees, Save Nature.