Upgrading from the Community Edition to the Professional Edition

Upgrade your OXID eShop from the Community Edition (CE) to the Professional Edition (PE).

Procedure

  1. Add oxideshop-metapackage-pe to your root composer.json:

    composer config repositories.oxid-esales composer https://professional-edition.packages.oxid-esales.com
    
  2. Install oxideshop-metapackage-pe using composer without executing any scripts:

    composer require oxid-esales/oxideshop-metapackage-pe:^7 --no-plugins --no-scripts
    
  3. Run the shop migrations:

    vendor/bin/oe-eshop-db_migrate migrations:migrate
    
  4. Regenerate the database views:

    vendor/bin/oe-eshop-db_views_generate
    
  5. Update the dependencies for your PE shop and modules:

    composer update
    
  6. Clear the cache:

    vendor/bin/oe-console oe:cache:clear