Now that selfupdate has been 'neutered', what is the procedure for updating Drush from 7.x-5.1 to 7.x-5.2?

Also, why was selfupdate gutted? Is there a plan to replace its update functionality with another command?

Thanks and best regards,

Bob

Comments

moshe weitzman’s picture

I suggest you delete your current drush and use one of the mechanisms below to stay current

  1. Install drush with PEAR as per the instructions on the project page. Use PEAR to update as well
  2. Clone drush from git.drupal.org per http://drupal.org/project/drush/git-instructions. You update by changing to a new tag git pull && git checkout 7.x-5.2
moshe weitzman’s picture

Status: Active » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.