Installation & Integration
Updating Klevu Modules
4min
All updates should be completed and tested in a non-production environment.
Update the modules via composer.
Enable modules, update the database, compile code, generate static content and clear caches.
Ensure everything is working as expected in a non-production environment.
Follow your usual deployment processes, the steps in this section are provided as a guide only (assumes composer.lock file is committed to your git repository).
- Enable Maintenance Mode bin/magento maintenance:enable
- Install the modules via composer install
- Enable all Klevu modules bin/magento module:status | grep Klevu_ | grep -v List | grep -v None | grep -v -e '^$'| xargs php bin/magento module:enable
- Upgrade Magento bin/magento setup:upgrade
- Compile code bin/magento setup:di:compile
- Deploy static content bin/magento setup:static-content:deploy
- Clean caches bin/magento cache:clean
- Disable Maintenance Mode bin/magento maintenance:disable
Updated 01 Nov 2024
Did this page help you?