Advanced Product Feeds
v1.4.3

How to upgrade the extension

To upgrade the extension, take the following 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.
  3. Run this command to update the current extension with all dependencies: composer require mirasvit/module-feed:* --update-with-dependencies.

    Note

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

    Instead, run thecomposer update mirasvit/* command, which will update all Mirasvit modules installed in your store.

  4. Run the command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Feed Mirasvit_Report to re-enable the extension.
  5. Run the command php -f bin/magento setup:upgrade to install updates.
  6. Run th command php -f bin/magento cache:clean to clean the cache.
  7. 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