Update: if you use CloudFlare, extra protection
https://twitter.com/getpantheon/status/522764065253621761Method 1: Apply patch manually. It's a quick one-line change.
Method 2: Drush
You can use Drush's update function to update Drupal on your current site. Simply run 'drush up' and update your Core.Issues where Drush can't find 7.32
There's an issue where Drush's cache prevent it from seeing the new release (Drupal.org issue.) The resolution is to run "drush rf" to force it to clear any cache_update table entries. Unfortunately that didn't work in my case as I use Vagrant and make files. In order to get Drush to discover the new version I had to manually purge the file cache for the release history. This can simply be done with the following command (Mac OS X / Linux) rm $HOME/.drush/cache/download/http---updates.drupal.org-release-history-drupal-7.xWant more? Sign up for my weekly newsletter