I can't upgrade from beta1. Somehow, the drushrc.php and settings.php files get trashed during provision-deploy and updatedb complains about:

Undefined index:  driver environment.inc:939 [6.05 sec, 8.92 MB]                     [notice]

The generated drushrc file looks like this:

<?php
# Aegir additions
$_SERVER['db_type'] = $options['db_type'];
[...]

... with no $options['db_type'] (and so on) actually set at all.

Plus, it seems this is just me. Great.

Comments

omega8cc’s picture

I can't reproduce this, however I tried upgrade from beta1 to beta2 using Drush 4.0-rc3, Drush Make 2.0-beta10 (with patch for makefiles) and Nginx. Not sure if Drush version could make the difference. I'm using local database server but connected with FQDN, not localhost.

anarcat’s picture

Status: Active » Closed (cannot reproduce)

disregard this: i have lost my test case.