Created
May 3, 2013 07:52
-
-
Save ribel/5507801 to your computer and use it in GitHub Desktop.
Usefull Drush commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush up - update all modules and core | |
drush up drupal | |
drush up views, cck | |
drush updb - run update.php | |
drush cron - run cron | |
drush cc all - clear all cache | |
drush pml --status=enabled - show enabled modules | |
drush dre | |
drush vdel -y --exact maintenance_mode - online in drupal 6 | |
drush archive-dump default --destination=/var/backups/fullsite.tar - backup all site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment