Upgrading from the Professional Edition Edition to the Enterprise Edition

Upgrading from the Professional Edition (PE) edition to the Enterprise Edition (EE).

Procedure

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

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

    composer require oxid-esales/oxideshop-metapackage-ee:^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 EE shop and modules:

    composer update