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 Magento Commerce (EE) to Magento OpenSource (CE)
https://github.com/opengento/magento2-downgrade-ee-ce
downgrade magento magento-commerce magento-opensource magento2 mariadb mysql tool toolkit
Last synced: about 1 month ago
JSON representation
Migration Tool for Magento Commerce (EE) to Magento OpenSource (CE)
- 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: 2023-11-27T11:23:18.000Z (about 1 year ago)
- Last Synced: 2024-08-02T05:18:22.208Z (4 months ago)
- Topics: downgrade, magento, magento-commerce, magento-opensource, magento2, mariadb, mysql, tool, toolkit
- Homepage:
- Size: 98.6 KB
- Stars: 55
- Watchers: 23
- Forks: 22
- 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 Magento Commerce to Magento OpenSource
> 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:**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)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***