Upgrading from the Professional Edition Edition to the Enterprise Edition
Upgrading from the Professional Edition (PE) edition to the Enterprise Edition (EE).
Procedure
Add oxideshop-metapackage-ee to your root
composer.json
:composer config repositories.oxid-esales composer https://enterprise-edition.packages.oxid-esales.com
Install oxideshop-metapackage-ee using composer without executing any scripts:
composer require oxid-esales/oxideshop-metapackage-ee:^7 --no-plugins --no-scripts
Run the shop migrations:
vendor/bin/oe-eshop-db_migrate migrations:migrate
Regenerate the database views:
vendor/bin/oe-eshop-db_views_generate
Update the dependencies for your EE shop and modules:
composer update