Update To Drupal 7.2 The Easy Way (SSH)

Posted: May 29th, 2011 | Author: | Filed under: drupal, web | Tags: , , | No Comments »

After backing everything up…

# get the upgrade
wget http://ftp.drupal.org/files/projects/drupal-7.2.tar.gz
 
# uncompress it
tar xfzv drupal-7.2.tar.gz
 
# copy all files to my document root
cp -r drupal-7.2/. /www/.

found here