Thank you for purchasing our extension. If you have any questions that are beyond the scope of this document, please feel free to contact us via email [email protected], we will be happy to assist.

Created: 30th March 2020 | By: Magenest | Email: [email protected]


Introduction

Magenest Data Migration Tool is used in combination with data migration tool of Magento to migrate the data from Magento 1 to Magento 2. In Magento Data Migration Tool, customers need to set up the configuration directly on the file. Magenest Data Migration Tool make it easier by combining with Magento tool and show the configuration on Magento back-end, which help the users to easily process the configuration for the migration.

 


Configuration

1. General configuration

(plus) After installing Magenest Magento Migration Tool on your system, setup Magento upgrade by run the following command:

          php bin/magento module:enable Magenest_MigrationTool
          php bin/magento setup:upgrade 
          php bin/magento setup:di:compile
          php bin/magento setup:static-content:deploy

2. Setup migration

(plus) On Magento back-end, go to System > Data Migration > Setup Wizard to setup for the migration.

(plus) On the Setup page, there are two migration logs.


(plus) Click on Setup button to open the wizard setup. 

 Readiness Check

             php bin/magento cron:remove 


 

 

 Magento 1 Database Connection


 Magento 1 Version Select


3. Media settings

(plus) On the admin side bar, go to System > Advance Configuration.


(plus) Set the Migration Settings, Migration Data and Migration Delta for Magento migration tool.

 

4. Process the data migration

(plus) After setting the configuration for wizard setup and advance configuration, you can process the data migration by running the command 

         php bin/mageno migrate:all 

(plus) It will process the following commands of Magento tool at once:

Note: Use the configuration set previously.