Updating drupal 7 core manually
I guess this should have been obvious to me long ago, but if you have shell access you can near-instantly upgrade drupal like this:
wget (new drupal release)
tar xfz (new drupal release)
cd drupal-(new drupal version)
rm -rf sites
rsync .htaccess * (your drupal root)
If you need it spelled out a little more closely, here's what the commands look like for me for 7.18, which seems to be a security update...
- Read more about Updating drupal 7 core manually
- Log in or register to post comments