v2.2.53

Extension Upgrading

Please note these instructions are valid for Magento 2.4 only. To upgrade the extension from previous Magento versions (2.1. - 2.3.), you need to disable and remove the previous extension and install the new one from scratch. To do so, please follow:

To upgrade the extension, follow these steps:

  1. Back up your store's database and web directory.
  2. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.

    If the extension was installed via:

    • Composer: run the command to update the current extension with all dependencies.

      composer require mirasvit/module-search-ultimate:* --update-with-dependencies

      Note

      If you have the Hyva, run:

             composer require hyva-themes/magento2-mirasvit-search-autocomplete:* --update-with-dependencies 

      Note

      In some cases, the above command is not applicable, as it's not possible to update the current module, or you just need to upgrade all the Mirasvit modules in a bundle. In this case, the above command will not be effective.

      Run instead composer update mirasvit/* command. It will update all the Mirasvit modules, installed in your store.

    • Direct file upload: download the new extension package from our store and copy contents to the root Magento directory
  3. Run the 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
  6. Rebuild the search index:

    php -f bin/magento indexer:reindex catalogsearch_fulltext