Quickstart Lesson 2

Nov 19 2011

Updating your Drupal 6 website using Drush

I got the sample Drupal 6 website working on Quickstart. Now I want to update the modules and core using Drush.

My next step is to update all the Drupal 6 modules and Drupal core from 6.20 to 6.22. I changed directories to example6-dev and ran the command "drush update". I got the message asking if I really want to do this. Be sure to backup robots.txt and .htaccess files which will be over written. So I created a backups folder in example6_dev and made backup copies of robots.txt and .htaccess.