Menu

How to use migration data magento 1.x to magento 2.x?

Buy extension

Table of Contents

A. Install extension

  1. Install magento 1.x
  2. Install magento 2.x

B. Export data from Magento 1.x

  1. Login to your backend.

    Login backend

  2. Go to menu: MLX ~> Data Migration ~> Export Data
  3. Choice data which you want export.

    Export form

  4. Click button Export Data and waiting until success.
  5. All data export in path: [your_source_magento_1]/var/mlx/

C. Import data to Magento 2.x

  1. Copy all csv export from magento 1.x to path: [your_source_magento_2]/var/mlx/.
  2. Login to your backend.

    Login backend

  3. Go to menu: MLX ~> Data Migration ~> Import

    Login backend

  4. Perform

    We split and group each step. You must do each step from top to bottom, but can skip import data which you don't want. Note: some data related, if you skip it then some data related can't import too. Eg: if skip import product ~> product review, product related can't import.

    • Step 1: is important, you can't skip and must import first. Click button Step 1 and waiting until success.
    • Step 2: is important.

      Product downloadable only: upload all file to path pub/media/import

      • Click button Step 2.
      • Select Products for Entity Type in new window.
      • Select Add/Update for Import Behavior in new window.
      • Select csv file(product.csv) for Select File to Import which you export from magento 1.x
      • Click button Check Data in top right.
      • Click button Import in Validation Results
    • Step 3: You can skip.

      • Click button Step 3.
      • Select Customer Main File for Entity Type in new window.
      • Select Add/Update for Import Behavior in new window.
      • Select csv file(customer.csv) for Select File to Import which you export from magento 1.x
      • Click button Check Data in top right.
      • Click button Import in Validation Results
    • Step 4: You can skip.

      • Click button Step 4.
      • Select Customer Address for Entity Type in new window.
      • Select Add/Update for Import Behavior in new window.
      • Select csv file(customer_address.csv) for Select File to Import which you export from magento 1.x
      • Click button Check Data in top right.
      • Click button Import in Validation Results
    • Step 5: You can skip. Click button Step 5 and waiting until success.
    • Step 6: You can skip. Click button Step 6 and waiting until success.
    • Step 7: You can skip. Click button Step 7 and waiting until success.
    • Step 8: You can skip. Click button Step 8 and waiting until success.
    • Step 9: You can skip. Click button Step 9 and waiting until success.
    • Step 10: You can skip. Click button Step 10 and waiting until success.
  5. Assign category for store
    • Go to menu:Stores ~> Settings ~> All Stores
    • Click a store in column Store.
    • Choice category for Root Category field.
  6. Indexer: run command

    php bin/magento indexer:reindex

  7. Clear cache: run command

    php bin/magento cache:clean

  8. Finish and Check