After recent up-stable to boa 2.1.3, neither drush dbup nor drush updb work - here's the errors on the terminal:

Last login: Thu Nov 21 12:38:51 2013 from IP

======== Welcome to the Aegir and Drush shell ========
Type '?' or 'help' to get the list of allowed commands

fast1.ftp:~$ cd static/7d/sites/domain.com
fast1.ftp:[domain.com]$ drush dbup
The drush command 'dbup' could not be found. Run `drush cache-clear drush` to clear the [error]
commandfile cache if you have installed new extensions.
fast1.ftp:[domain.com]$ drush cache-clear drush
'drush' cache was cleared. [success]
fast1.ftp:[domain.com]$ drush cc all
'all' cache was cleared. [success]
fast1.ftp:[domain.com]$ drush updb

This command is not available directly!

You should use Aegir for code and db updates,
but if you really know what are you doing,
you could use these aliases instead:

drush dbup (alias for drush updatedb)
drush mup (alias for drush up)
drush mupc (alias for drush upc)

fast1.ftp:[domain.com]$ drush dbup
The drush command 'dbup' could not be found. Run `drush cache-clear drush` to clear the [error]
commandfile cache if you have installed new extensions.
fast1.ftp:[domain.com]$ drush updb

This command is not available directly!

You should use Aegir for code and db updates,
but if you really know what are you doing,
you could use these aliases instead:

drush dbup (alias for drush updatedb)
drush mup (alias for drush up)
drush mupc (alias for drush upc)

fast1.ftp:[domain.com]$ drush dbup
The drush command 'dbup' could not be found. Run `drush cache-clear drush` to clear the [error]
commandfile cache if you have installed new extensions.
fast1.ftp:[domain.com]$ drush cache-clear drush
'drush' cache was cleared. [success]
fast1.ftp:[domain.com]$ drush cache-clear drush
'drush' cache was cleared. [success]
fast1.ftp:[domain.com]$ drush dbup
The drush command 'dbup' could not be found. Run `drush cache-clear drush` to clear the [error]
commandfile cache if you have installed new extensions.
fast1.ftp:[domain.com]$ drush updb

This command is not available directly!

You should use Aegir for code and db updates,
but if you really know what are you doing,
you could use these aliases instead:

drush dbup (alias for drush updatedb)
drush mup (alias for drush up)
drush mupc (alias for drush upc)

fast1.ftp:[domain.com]$

Comments

Anonymous’s picture

The same problem exists with the command drush mupc (or drush upc)

omega8cc’s picture

Status: Active » Fixed

Fixed in http://drupalcode.org/project/octopus.git/commit/e039c9e and in stable.

Thanks for the report.

You can apply a hot-fix with:

clear;cd;rm -f boa-fix-upgrade.sh.txt*
wget -q -U iCab http://files.aegir.cc/update/boa-fix-upgrade.sh.txt
bash boa-fix-upgrade.sh.txt
cd;rm -f boa-fix-upgrade.sh.txt*

Status: Fixed » Closed (fixed)

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