Skip to content

MP-Biomedicals/magento2-downgrade-ee-ce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Be aware since Magento >=2.3 the declarative schema has been introduces. It means that this tool is not mandatory to migrate from EE to CE if you have a fresh install of a Magento >=2.3. However the usage of this tool is advised.

NOTICE

  • This tool has been test with a Magento Commerce 2.2.* version.
  • This tool has not been tested with a split database configuration.

How to use

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:

READY TO USE:

Similar package

Authors

  • Thomas Klein - Maintainer - GitHub followers

License

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

That's all folks!

About

Migration Tool for Magento Commerce (EE) to Magento OpenSource (CE)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TSQL 100.0%