Elastic Search Ultimate

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 require mirasvit/module-search-elastic-ultimate --update-with-dependencies to update current extension with all dependencies.

      Note

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

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

    • Direct file upload: download new extension package from our store and copy contents to root Magento directory
  3. Run command php -f bin/magento setup:upgrade to install updates.
  4. Deploy static view files rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
  5. Run command php -f bin/magento cache:clean to clean the cache.
  6. Reset Elasticsearch engine from backend and run the following command php -f bin/magento indexer:reindex catalogsearch_fulltext to reindex search indexes