Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Created May 19, 2015 05:26
Show Gist options
  • Save gayanvirajith/a9c2e3e67d8f66f8992e to your computer and use it in GitHub Desktop.
Save gayanvirajith/a9c2e3e67d8f66f8992e to your computer and use it in GitHub Desktop.
Ez publish 5 clear cache shell script
#!/bin/bash
# Clear production and dev cache of symfony
php ezpublish/console cache:clear --env=prod; php ezpublish/console cache:clear
# Change directory to ezpublish_legacy and clear the legacy cache
cd ezpublish_legacy; php bin/php/ezcache.php --clear-all --purge;
# Change the directory back
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment