Migration Tool for Adobe Commerce to Magento Open Source

July 17, 2025 · View on GitHub

Also known as Adobe Commerce to Magento Open Source Also known as Adobe Commerce Cloud to Magento Open Source. Also known as Magento Commerce to Magento Open Source. Also known as Magento Enterprise (EE) to Magento Community (CE).

This migrating tool allows to sidegrade the database schema without altering the data. The major difference between the two editions are the staging definitions that enable draft and scheduled publication. Beside that the scripts provided by the tool will remove some specific tables and attributes of the Adobe Commerce Edition. It will also keep the latest version available for product and categories in staging mode.

NOTICE

  • This tool has been initially developed for Magento Commerce 2.2.* version.
  • This tool is working with latest Adobe Commerce 2.4.* (tested with 2.4.7-p3, thanks to this amazing contributor : @LucaGallinari GitHub followers ❤️)

How to use

Before migrating, change your indexer mode to manual, so the triggers are safely removed. You will be able to change back to scheduled after the migration has been done.

mysql -u <user> <database> < <script.sql>

Where :

  • user is your mysql user.
  • password is your mysql user credentials
  • database is your magento database
  • script.sql is the script you want to run from the following list:

You can use the following sample.

READY TO USE:

Similar package

Authors

  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!