Skip to content

Instantly share code, notes, and snippets.

@ribel
Created May 3, 2013 07:52
Show Gist options
  • Save ribel/5507801 to your computer and use it in GitHub Desktop.
Save ribel/5507801 to your computer and use it in GitHub Desktop.
Usefull Drush commands
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