--- title: "Upgrade the add-on" description: "Upgrade the SAP Commerce add-on" url: "https://docs.adyen.com/plugins/hybris/upgrade" source_url: "https://docs.adyen.com/plugins/hybris/upgrade.md" canonical: "https://docs.adyen.com/plugins/hybris/upgrade" last_modified: "2026-05-08T17:09:18+02:00" language: "en" --- # Upgrade the add-on Upgrade the SAP Commerce add-on We recommend that you upgrade when we have a major release, such as [10.0.0](/plugins/hybris/release-notes/?version%5B0%5D=10.0.0). To stay up to date on the released fixes and features, subscribe to our [releases on GitHub](https://github.com/Adyen/adyen-hybris/releases). The integration effort involved in upgrading depends on whether you have made any customizations to the add-on. ### Tab: Default integration 1. Download the latest version available on [GitHub](https://github.com/Adyen/adyen-hybris/releases). 2. Copy the files to: **${HYBRIS\_BIN\_DIR}** > **Custom** > **\[YourHybrisInstallationFolder]**. 3. Verify the folder and file permissions of the copied files. 4. Install the Adyen add-on into your existing storefront template: ```bash cd bin/platform . ./setantenv.sh ant addoninstall -Daddonnames="adyenv6b2ccheckoutaddon" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront" ant clean all ``` 5. Run a database update on the Administration Console ### Tab: Customized integration 1. Extract any custom code you have added to the add-on. 2. Download the latest version available on [GitHub](https://github.com/Adyen/adyen-hybris/releases). 3. Copy the files to: **${HYBRIS\_BIN\_DIR}** > **Custom** > **\[YourHybrisInstallationFolder]**. 4. Verify the folder and file permissions of the copied files. 5. Install the Adyen add-on into your existing storefront template: ```bash cd bin/platform . ./setantenv.sh ant addoninstall -Daddonnames="adyenv6b2ccheckoutaddon" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront" ant clean all ``` 6. Run a database update on the Administration Console 7. Check if the custom code is compatible with the new version and apply any changes if needed.