Skip to content

Magento - Magento 1 Migration Tool

The Magento 2 - Magento 1 Migration Tool is designed to help migrate data from Magento 1 to Magento 2, focusing on mapping database structures between the two versions without introducing complex logic. The tool handles various data types like product attributes, CMS content, store configurations, sales data, and customer data.

Magento Migration Tool

Key Features

  • Supports Full and Partial Data Migration: Offers flexibility by supporting full data migration as well as partial imports for specific entities like orders, CMS blocks, email templates, and more.
  • Data Synchronization: Uses two primary methods—SyncAbstract for EAV table structures and TableImportAbstract for other database tables.
  • CLI Command Support: Includes multiple CLI commands to manage and run data migrations efficiently.
  • Supported Data Migration:
  • Product attributes (with image swatches sync)
  • CMS pages and blocks
  • Store configurations
  • Sales data (orders, invoices, credit memos)
  • Customer data (including passwords)
  • Newsletter subscribers
  • URL regeneration
  • Catalog and stock sync
  • Product types supported: Simple and Configurable products

Installation

Visit our module GitHub repository here for more details.