Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opengento/magento2-downgrade-ee-ce
Migration Tool for Adobe Commerce to Magento Open Source
https://github.com/opengento/magento2-downgrade-ee-ce
adobe-commerce adobe-commerce-cloud adobe-commerce-devsite downgrade magento magento-commerce magento-open-source magento-opensource magento2 mariadb mysql tool toolkit
Last synced: 3 days ago
JSON representation
Migration Tool for Adobe Commerce to Magento Open Source
- Host: GitHub
- URL: https://github.com/opengento/magento2-downgrade-ee-ce
- Owner: opengento
- License: mit
- Created: 2019-12-06T08:13:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T11:12:47.000Z (5 days ago)
- Last Synced: 2025-01-07T11:40:50.797Z (5 days ago)
- Topics: adobe-commerce, adobe-commerce-cloud, adobe-commerce-devsite, downgrade, magento, magento-commerce, magento-open-source, magento-opensource, magento2, mariadb, mysql, tool, toolkit
- Homepage:
- Size: 98.6 KB
- Stars: 63
- Watchers: 24
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-magento2 - Migrate DB Magento 2 Commerce to Magento 2 Open-Source
- awesome-magento2 - Migrate DB Magento 2 Commerce to Magento 2 Open-Source
README
# Migration Tool for Adobe Commerce to Magento Open Source
> 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 downgrade 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 Magento Commerce Edition. It will also o my keep the latest version available for product and categories in staging.**NOTICE**
- This tool has been initially developed for Magento Commerce 2.2.* version.
- This tool has not been tested with a split database configuration.
- Looking #6 it seems that the tool is working also with Magento Commerces 2.4.*## How to use
`mysql -u < `
> 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](./downgrade.sample).
**READY TO USE:**
- [Attributes](./scripts/attributes.sql)
- [SalesRule](./scripts/salesrule.sql)
- [CatalogRule](./scripts/catalogrule.sql)
- [Category](./scripts/category.sql)
- [Product](./scripts/product.sql)
- [CMS](./scripts/cms.sql)
- [EE Tables](./scripts/ee.sql)## Similar package
- [https://github.com/hoangnm89/m2-query-ee-to-ce](https://github.com/hoangnm89/m2-query-ee-to-ce)
## Authors
- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-downgrade-ee-ce.svg?style=flat-square)](https://github.com/opengento/magento2-downgrade-ee-ce/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***