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:
- Back up your store's database and web directory.
-
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 mirasvit/module-search-ultimate-hyva:* --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 insteadcomposer 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
-
-
Run the command to install updates:
php -f bin/magento setup:upgrade
-
Deploy static view files:
rm -rf pub/static/* rm -rf var/view_preprocessed/* php -f bin/magento setup:static-content:deploy
-
Clean the cache:
php -f bin/magento cache:clean
-
Rebuild the search index:
php -f bin/magento indexer:reindex catalogsearch_fulltext