Upgrading from the Community Edition to the Professional Edition
Upgrade your OXID eShop from the Community Edition (CE) to the Professional Edition (PE).
Procedure
Add oxideshop-metapackage-pe to your root
composer.json
:composer config repositories.oxid-esales composer https://professional-edition.packages.oxid-esales.com
Install oxideshop-metapackage-pe using composer without executing any scripts:
composer require oxid-esales/oxideshop-metapackage-pe:^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 PE shop and modules:
composer update
Clear the cache:
vendor/bin/oe-console oe:cache:clear