Closed (cannot reproduce)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2010 at 22:39 UTC
Updated:
3 Mar 2011 at 02:18 UTC
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
Comment #1
omega8cc commentedI 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.
Comment #2
anarcat commenteddisregard this: i have lost my test case.