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
❤️)
mysql -u <user> <database> < <script.sql>
Where :
user
is your mysql user.password
is your mysql user credentialsdatabase
is your magento databasescript.sql
is the script you want to run from the following list:
You can use the following sample.
READY TO USE:
- Attributes
- SalesRule
- CatalogRule
- Category
- Product
- CMS
- EE Tables
- Wishlist
- CatalogInventory
- Customer
- Quote
- Sales
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!