At the end of drush updatedb I always end up with the following:

An error occurred at function : drush_core_cache_clear      [error]
Finished performing updates.      [ok]
An error occurred at function : drush_core_updatedb    [error]

Everything seems to work fine, but the error is annoying. I though it may be due to me running drupal_flush_all_caches(); in my hook_update, but even attempting to run the following update hook results in the same error:

function mymodule_update_6002() {
  $ret = array();
  return $ret;
}

I have tried with the latest stable release, and with HEAD. same deal.

Comments

greg.1.anderson’s picture

Status: Active » Postponed (maintainer needs more info)

Try again with latest drush-HEAD; this time run with -d to get more debugging info.

_rune’s picture

Component: Code » PM (dl, en, up ...)
Status: Postponed (maintainer needs more info) » Closed (fixed)

Disregard. Posted at wrong page, sorry!

_rune’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)
jonhattan’s picture

Status: Postponed (maintainer needs more info) » Fixed

It is a pre 3.3 report. Let's say it is settled by the pass of time

Status: Fixed » Closed (fixed)

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