Submitted by admin on Tue, 01/26/2010 - 22:25
Download and enable cck module:
drush dl cck
drush enable cck
Run cron:
drush cron
Refresh modules and core updates informartion:
drush refresh
Run update.php
drush updatedb
Take a snapshot of the DB:
drush sql dump > mydb.sql
Clear Drupal cache:
drush cache clear
Using Drush to update all the modules on a site...
Change to the root of the drupal install
$ cd themer
$ drush update
You Get
Refreshing update status information ...