DocumentationCommerceUpgrade Guide

PaaS only

Upgrade modules and extensions

Last update: November 1, 2024
  • Topics:
  • Upgrade

CREATED FOR:

  • Experienced
  • Admin
  • Developer

To update or upgrade a module or extension:

  1. Download the updated file from Marketplace or another extension developer. Take note of the module name and version.

  2. Export the contents to your Adobe Commerce root installation directory.

  3. If a Composer package exists for the module, run one of the following.

    Update per module name:

    composer update vendor/module-name
    

    Update per version:

    composer require vendor/module-name ^x.x.x
    
  4. Run the following commands to upgrade, deploy, and clean the cache.

    bin/magento setup:upgrade --keep-generated
    
    bin/magento setup:static-content:deploy
    
    bin/magento cache:clean
    

Vendor bundled extensions (VBEs)

Adobe removed all VBEs in 2.4.4. Vendors continue to support these extensions on the Adobe Commerce Marketplace.

If you want to continue using these extensions with Adobe Commerce 2.4.4 and later, you must update the corresponding package dependencies in your composer.json file before upgrading to 2.4.4. Contact the vendor for the package name and version to use.

See the following Adobe Commerce Marketplace listings for more information:

  • Amazon Pay
  • Dotdigital
  • Klarna
  • Vertex
  • Yotpo
recommendation-more-help
83a60e0e-8849-4685-a8cd-c129ecd795ea