Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Upgrading

Vyacheslav Trukhmanov edited this page Dec 27, 2017 · 2 revisions

To upgrade the extension follow next 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.
  3. Run command composer update mirasvit/module-blog to update the extension sources.
  4. Run command php -f bin/magento setup:upgrade to install updates.
  5. Run command php -f bin/magento cache:clean to clean the cache.
  6. Deploy static view files rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
Clone this wiki locally