Thursday 3 September 2015

How to disable Magento cache from database?

There is a easy process to disable the cache from database using sql update query
The Query is

UPDATE core-cache_options set value=0;

and you need to clear the cache folder at below path
rm -rf <YOUR SITE PATH HERE>/magento/var/cache/*

Or

Delete the folder under rootfolder/magento/var/cache

In Magento Enterprise Edition you also have to clear the full_page_cache directory

rm -rf [YOUR SITE PATH HERE]/magento/var/full_page_cache/*

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home