Data Migration from Magento 1 to Magento 2
Please find below precondition before start migration of data from magento 1 to magento 2 1. Set up a Magento 2 system that meets our system requirements. 2. Do not start Magento 2 cron jobs. 3. Make a full backup of your Magento1 store including all files, folders and the database.
Step 1: Install Data Migration Tool via Composer Go magento2 root directory and install data migration tool using below command. ● ●
Composer config repositories.magento composer https://repo.magento.com Composer require magento/data-migration-tool: <version>
Note : In the above CLI command, <version> refers to the version of Data Migration Tool which must match with the Magento 2 version discovered earlier.