Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1015 Bytes

upgrade-from-CE-to-PE.rst

File metadata and controls

43 lines (22 loc) · 1015 Bytes

Upgrading from the Community Edition to the Professional Edition

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

  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