{"id":13518124,"url":"https://github.com/opengento/magento2-downgrade-ee-ce","last_synced_at":"2025-04-06T12:08:06.413Z","repository":{"id":46025012,"uuid":"226278485","full_name":"opengento/magento2-downgrade-ee-ce","owner":"opengento","description":"Migration Tool for Adobe Commerce to Magento Open Source","archived":false,"fork":false,"pushed_at":"2025-03-10T17:15:53.000Z","size":62,"stargazers_count":71,"open_issues_count":2,"forks_count":30,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-30T11:06:53.270Z","etag":null,"topics":["adobe-commerce","adobe-commerce-cloud","adobe-commerce-devsite","downgrade","magento","magento-commerce","magento-open-source","magento-opensource","magento2","mariadb","mysql","tool","toolkit"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-06T08:13:10.000Z","updated_at":"2025-03-24T16:00:08.000Z","dependencies_parsed_at":"2024-02-02T06:43:14.362Z","dependency_job_id":"9c938500-acba-4842-9225-9ebfbb18838c","html_url":"https://github.com/opengento/magento2-downgrade-ee-ce","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-downgrade-ee-ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-downgrade-ee-ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-downgrade-ee-ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-downgrade-ee-ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengento","download_url":"https://codeload.github.com/opengento/magento2-downgrade-ee-ce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478321,"owners_count":20945266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe-commerce","adobe-commerce-cloud","adobe-commerce-devsite","downgrade","magento","magento-commerce","magento-open-source","magento-opensource","magento2","mariadb","mysql","tool","toolkit"],"created_at":"2024-08-01T05:01:41.014Z","updated_at":"2025-04-06T12:08:06.383Z","avatar_url":"https://github.com/opengento.png","language":null,"funding_links":[],"categories":["Tools","Others"],"sub_categories":["Meet Magento"],"readme":"# Migration Tool for Adobe Commerce to Magento Open Source\n\n\u003e Also known as Adobe Commerce to Magento Open Source\n\u003e Also known as Adobe Commerce Cloud to Magento Open Source.\n\u003e Also known as Magento Commerce to Magento Open Source.\n\u003e Also known as Magento Enterprise (EE) to Magento Community (CE).\n\nThis migrating tool allows to sidegrade the database schema without altering the data. The major difference between the\ntwo editions are the `staging` definitions that enable draft and scheduled publication. Beside that the scripts provided\nby 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.\n\n**NOTICE**\n- This tool has been initially developed for Magento Commerce 2.2.* version.\n- This tool is working with latest Adobe Commerce 2.4.* (tested with 2.4.7-p3, thanks to this amazing contributor : [@LucaGallinari](https://github.com/LucaGallinari) [![GitHub followers](https://img.shields.io/github/followers/LucaGallinari.svg?style=social)](https://github.com/LucaGallinari) ❤️)\n\n## How to use\n\n`mysql -u \u003cuser\u003e \u003cdatabase\u003e \u003c \u003cscript.sql\u003e`\n\n\u003e Where :\n\u003e - `user` is your mysql user.\n\u003e - `password` is your mysql user credentials\n\u003e - `database` is your magento database\n\u003e - `script.sql` is the script you want to run from the following list:\n\nYou can use the following [sample](./downgrade.sample).\n\n**READY TO USE:**\n\n- [Attributes](./scripts/attributes.sql)\n- [SalesRule](./scripts/salesrule.sql)\n- [CatalogRule](./scripts/catalogrule.sql)\n- [Category](./scripts/category.sql)\n- [Product](./scripts/product.sql)\n- [CMS](./scripts/cms.sql)\n- [EE Tables](./scripts/ee.sql)\n- [Wishlist](./scripts/wishlist.sql)\n- [CatalogInventory](./scripts/cataloginventory.sql)\n- [Customer](./scripts/customer.sql)\n- [Quote](./scripts/quote.sql)\n- [Sales](./scripts/sales.sql)\n\n## Similar package\n\n- [https://github.com/hoangnm89/m2-query-ee-to-ce](https://github.com/hoangnm89/m2-query-ee-to-ce)\n\n## Authors\n\n- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)\n- **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)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.\n\n***That's all folks!***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-downgrade-ee-ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengento%2Fmagento2-downgrade-ee-ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-downgrade-ee-ce/lists"}