Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Created July 16, 2014 14:31
Show Gist options
  • Save ksysctl/a3cd1a4fde72ca5a9258 to your computer and use it in GitHub Desktop.
Save ksysctl/a3cd1a4fde72ca5a9258 to your computer and use it in GitHub Desktop.
Vagrant clear Magento+EE cache
cd /vagrant/public
rm -rf shop/var/cache/*
rm -rf shop/var/full_page_cache/*
rm -rf shop/var/session/*
rm -rf cms/system/expressionengine/cache/channel_images/*
rm -rf cms/system/expressionengine/cache/ee_version/*
rm -rf cms/system/expressionengine/cache/tag_cache/*
rm -rf cms/system/expressionengine/cache/db_cache/*
rm -rf cms/system/expressionengine/cache/cache/*
rm -rf cms/system/expressionengine/cache/page_cache/*
/etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment