Extension Upgrading
To upgrade the extension follow these steps:
- Backup your store's database and web directory.
- 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 insteadcomposer 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
- Composer: run command
- Run command
php -f bin/magento setup:upgrade
to install updates. - 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
- Run command
php -f bin/magento cache:clean
to clean the cache. - Reset Elasticsearch engine from backend and run the following command
php -f bin/magento indexer:reindex catalogsearch_fulltext
to reindex search indexes