Installation & Integration
New Installation of v4.x
Installation
4 min
if you're an existing customer using klevu module versions v2 x or v3 x, migration to v4 x is not currently supported however, we encourage you to contact https //help klevu com/support/tickets/new and express your interest we'll notify you via email once the migration option becomes available in line with magento's best practice, we recommend taking a backup of your database and enabling maintenance mode before making any changes to your magento site all changes should be tested in a non production environment first step 1 add v4 x packages add the modules via composer composer require "klevu/module m2 search ^4 0 0" step 2 update magento enable modules, update the database, compile code, generate static content and clear caches bin/magento module\ status | grep klevu | grep v list | grep v none | grep v e '^$'| xargs php bin/magento module\ enable bin/magento setup\ upgrade bin/magento setup\ di\ compile bin/magento setup\ static content\ deploy bin/magento cache\ flush
