Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1.04 KB

File metadata and controls

23 lines (17 loc) · 1.04 KB

Upgrade Manual for the MageHost_BlockCache extension

Upgrade from JeroenVermeulen-BlockCache

Using Modman:

  1. Replace old extension copy by symlinks (if installed using --force)
    modman deploy --force jeroenvermeulen-blockcache
  • Remove old extension
    modman remove jeroenvermeulen-blockcache
  • In Magento Admin: Flush Cache Storage or via N98: n98-magerun.phar cache:flush
  • Install new extension
    modman clone --copy --force https://github.com/magehost/magehost_blockcache.git
  • In Magento Admin: Flush Cache Storage or via N98: n98-magerun.phar cache:flush
  • Logout from Magento Admin, login again
  • Restore configuration via: System > Configuration > ADVANCED > MageHost BlockCache

Upgrade from older MageHost_BlockCache version

Using Modman:

  1. modman update --copy --force magehost_blockcache
  • In Magento Admin: Flush Cache Storage