drush-ops / drush

Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
https://www.drush.org
2.33k stars 1.08k forks source link

7.0 Regression: Images break during multipass update. #1131

Open davidbarratt opened 9 years ago

davidbarratt commented 9 years ago

As a follow up to https://www.drupal.org/node/2414269

It appears that this issue is caused by Drush (and happens in Drush 7.0.0-alpha8, but does not happen on Drush 6.5.0).

The update I'm performing is Metatag 7.x-1.0-beta6 -> 7.x-1.4 on Drupal 7.26. Since 7.26 does not meet the minimum system requirements for Metatag it might have something to do with that.

In my testing, it seems to break somewhere around here: https://github.com/drush-ops/drush/blob/master/commands/core/drupal/update_7.inc#L128

but only on this trace:

_update_batch_command();
update_main_prepare();
update_check_requirements();

The work around to this problem is to use Drush 6.5.0

greg-1-anderson commented 9 years ago

Would you mind testing with the latest stable release of Drupal 7? If this only happens on old versions of Drupal, then I think the workaround might be sufficient.