Extension Upgrading

To upgrade the extension follow these steps:

  1. Backup your store's database and web directory.
  2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
    If extension was installed via:
    • Composer: run command
      composer update mirasvit/module-search-ultimate --with-dependencies
    • Direct file upload: download new extension package from our store and copy contents to root Magento directory
  3. Run command to install updates:
    php -f bin/magento setup:upgrade
  4. Deploy static view files:
    rm -rf pub/static/*
    rm -rf var/view_preprocessed/*
    php -f bin/magento setup:static-content:deploy
  5. Clean the cache:
    php -f bin/magento cache:clean