Setup a remote server and it verified fine. Then added a platform on the remote server and the verify fails. I have verified that PDO is installed (although i don't think this is related). Here is the output.
Task starts processing
Running: ssh -o PasswordAuthentication=no 'aegir'@'xxx.xxx.xxx.xxx' ' /var/aegir/drush/drush.php --root='\''/var/aegir/platforms/drupal-6.16'\'' provision-verify --backend'
Drush bootstrap phase : _drush_bootstrap_drush()
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 6.16 root directory at /var/aegir/platforms/drupal-6.16
Drush bootstrap phase : _drush_bootstrap_drupal_site()
Initialized Drupal site default at sites/default
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Undefined index: scheme environment.inc:688
Undefined index: user environment.inc:689
Undefined index: host environment.inc:690
PDO support available, but the driver has not been installed. Assuming success.
Drush bootstrap phase : _drush_bootstrap_drupal_database()
Successfully connected to the Drupal database.
Drush command could not be completed.
An error occurred at function : drush_hosting_hosting_task
Changes for drush_hosting_hosting_task module have been rolled back.
Command dispatch complete
Peak memory usage was 17.77 MB
Any Ideas?

Comments
BTW, I was getting this error
BTW, I was getting this error when first attempting to verify the new platform:
Running: ssh -o PasswordAuthentication=no 'aegir'@'xxx.xxx.xxx.xxx' ' /var/aegir/drush/drush.php --root='\''/var/aegir/platforms/drupal-6.16'\'' provision-verify --backend'
Drush bootstrap phase : _drush_bootstrap_drush()
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 6.16 root directory at /var/aegir/platforms/drupal-6.16
Could not find a Drupal settings.php file at ./sites/default/settings.php.
The drush command 'provision-verify' could not be found.
An error occurred at function : drush_hosting_hosting_task
Changes for drush_hosting_hosting_task module have been rolled back.
Command dispatch complete
Peak memory usage was 17.75 MB
I don't recall having to setup a setttings.php for new platforms. So I copied the default.settings.php to settings.php and dropped it in the /sites/default directory and then I get the errors in my first post.
I'm starting to think that
I'm starting to think that these are a red herring:
Initialized Drupal 6.16 root directory at /var/aegir/platforms/drupal-6.16
Could not find a Drupal settings.php file at ./sites/default/settings.php.
And that my real problem is:
The drush command 'provision-verify' could not be found.
I have provision loaded in /var/aegir/.drush/provision with all the correct permissions but it does not seem to be finding it when aegir runs the remote ssh command. Stumped.
And that my real problem
I'm facing that issue as well. I'm on a Debian VM at work and since it's just a development server, I'm installing on the raw IP address and doing the domain names by hand. Not sure if that has anything to do with it.
Maybe there are some things worth checking out here: http://drupal.org/node/560256
I also went through and checked if provision was located in the .drush directory. It all checks out fine so off to tinker some more. Getting provision-verify to work would be a big step forward in my aegir journey.
Debug like this
From the command line on the server running the aegir frontend do an 'su - aegir' and run the verify with the --debug switch like this:
ssh -o PasswordAuthentication=no 'aegir'@'xxx.xxx.xxx.xxx' ' /var/aegir/drush/drush.php --root='\''/var/aegir/platforms/drupal-6.16'\'' provision-verify --debug'Post your output here.
Do you plan to run mysql on the remote webserver where this platform is installed?
Yes, plan you run MySQL on
Yes, plan you run MySQL on the same remote webserver where this platform is installed.
Output from:
ssh -o PasswordAuthentication=no 'aegir'@'xxx.xxx.xxx.xxx' ' /var/aegir/drush/drush.php --root='\''/var/aegir/platforms/drupal-6.16'\'' provision-verify --debug'Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.08 sec, 4.9[bootstrap]MB]
Initialized Drupal 6.16 root directory at [notice]
/var/aegir/platforms/drupal-6.16 [0.09 sec, 5.79 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.1 sec, 5.78[bootstrap]
MB]
Initialized Drupal site default at sites/default [0.1 sec, 5.79 MB] [notice]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.11[bootstrap]
sec, 5.79 MB]
Undefined index: scheme environment.inc:688 [0.12 sec, 5.8 MB] [notice]
Undefined index: user environment.inc:689 [0.12 sec, 5.8 MB] [notice]
Undefined index: host environment.inc:690 [0.12 sec, 5.8 MB] [notice]
PDO support available, but the driver has not been installed. [bootstrap]
Assuming success. [0.13 sec, 5.8 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.13 sec,[bootstrap]
5.8 MB]
Successfully connected to the Drupal database. [0.13 sec, 5.8 MB] [bootstrap]
Cannot modify header information - headers already sent by (output [warning]
started at /var/aegir/drush/includes/drush.inc:660) install.inc:618
[0.13 sec, 6.17 MB]
Cannot modify header information - headers already sent by (output [warning]
started at /var/aegir/drush/includes/drush.inc:660) install.inc:619
[0.13 sec, 6.17 MB]
Drush command could not be completed. [0.13 sec, 6.18 MB] [error]
I have also been stumped by this
Trying to set up a pressflow platform on a remote server, I received the following errors when it failed to verify.
I do want to run mysql on the remote webserver where this platform is installed and the key pairs seem to be working fine.
Drush bootstrap phase : _drush_bootstrap_drupal_login() [0.25 sec, 9.04 MB] [bootstrap]
Task starts processing [0.26 sec, 9.45 MB] [queue]
Running: ssh -o PasswordAuthentication=no 'aegir'@'xxx.xx.xx.xx1' ' /var/aegir/drush/drush.php [command]
--master_db='\''mysql://aegir_root:Password@aegir.mydomain.com'\'' --platform='\''893'\''
--publish_path='\''/var/aegir/www'\'' --master_url='\''http://xxx.xx.xx.xx2'\''
--drush_path='\''/var/aegir/drush/drush.php'\'' --web_ip='\''xxx.xx.xx.xx1'\'' --script_user='\''aegir'\''
--config_path='\''/var/aegir/config'\'' --backup_path='\''/var/aegir/backups'\'' --web_id='\''600'\''
--web_host='\''mercury.designindaba.com'\'' --web_group='\''www-data'\'' --restart_cmd='\''sudo
/usr/sbin/apache2ctl graceful'\'' --root='\''/var/aegir/www'\'' provision-verify --backend' [0.27 sec, 9.54
MB]
The external command could not be executed due to an application error. [0.37 sec, 9.54 MB] [error]
[error] not be executed successfully (returned: Permission denied (publickey,password).
, code: 255) [0.38 sec, 9.86 MB]
An error occurred at function : drush_hosting_hosting_task [0.38 sec, 9.86 MB] [error]
I ran the command suggested above and maybe the output is useful
DRUSH_BACKEND_OUTPUT_START>>>{"output":"","object":[],"error_status":1,"log":[{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drush()","timestamp":1269898106.84,"memory":1096980,"error":null},{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_root()","timestamp":1269898106.88,"memory":2776120,"error":null},{"type":"notice","message":"Initialized Drupal 6.16 root directory at \/var\/aegir\/www","timestamp":1269898106.89,"memory":3430320,"error":null},{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_site()","timestamp":1269898106.9,"memory":3484596,"error":null},{"type":"notice","message":"Initialized Drupal site default at sites\/default","timestamp":1269898106.9,"memory":3484644,"error":null},{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_configuration()","timestamp":1269898106.91,"memory":3489640,"error":null},{"type":"notice","message":"Undefined index: scheme environment.inc:688","timestamp":1269898106.91,"memory":3491676,"error":null},{"type":"notice","message":"Undefined index: user environment.inc:689","timestamp":1269898106.91,"memory":3491676,"error":null},{"type":"notice","message":"Undefined index: host environment.inc:690","timestamp":1269898106.91,"memory":3491732,"error":null},{"type":"bootstrap","message":"PDO support available, but the driver has not been installed. Assuming success.","timestamp":1269898106.92,"memory":3495552,"error":null},{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_database()","timestamp":1269898106.92,"memory":3495552,"error":null},{"type":"bootstrap","message":"Successfully connected to the Drupal database.","timestamp":1269898106.92,"memory":3495552,"error":null},{"type":"error","message":"Drush command could not be completed.","timestamp":1269898106.92,"memory":3736064,"error":"DRUSH_NOT_COMPLETED"}],"error_log":{"DRUSH_NOT_COMPLETED":["Drush command could not be completed."]},"context":{"root":"\/var\/aegir\/www","backend":true,"debug":true}}<<<DRUSH_BACKEND_OUTPUT_END
Any ideas would be appreciated, been banging my head against this for a few hours already
Thanks
no --backend
I forgot to remove the --backend argument. Just edited above post. Run again without that argument. That may show more about "Drush command could not be completed."
Cannot modify header
Cannot modify header information - headers already sent by (output [warning]started at /var/aegir/drush/includes/drush.inc:660) install.inc:618
[0.13 sec, 6.17 MB]
Cannot modify header information - headers already sent by (output [warning]
started at /var/aegir/drush/includes/drush.inc:660) install.inc:619
maybe it's related to http://drupal.org/node/516544#comment-1810402
hth
I get a similar output
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.05 sec, [bootstrap]
2.61 MB]
Initialized Drupal 6.16 root directory at /var/aegir/www [0.06 sec, [notice]
3.23 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.07 sec, [bootstrap]
3.28 MB]
Initialized Drupal site default at sites/default [0.07 sec, 3.28 MB] [notice]
Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.08[bootstrap]
sec, 3.29 MB]
Undefined index: scheme environment.inc:688 [0.08 sec, 3.29 MB] [notice]
Undefined index: user environment.inc:689 [0.08 sec, 3.29 MB] [notice]
Undefined index: host environment.inc:690 [0.08 sec, 3.29 MB] [notice]
PDO support available, but the driver has not been installed. [bootstrap]
Assuming success. [0.09 sec, 3.29 MB]
Drush bootstrap phase : _drush_bootstrap_drupal_database() [0.09 sec,[bootstrap]
3.3 MB]
Successfully connected to the Drupal database. [0.09 sec, 3.3 MB] [bootstrap]
Cannot modify header information - headers already sent by (output [warning]
started at /var/aegir/drush/includes/drush.inc:660) install.inc:618
[0.09 sec, 3.52 MB]
Cannot modify header information - headers already sent by (output [warning]
started at /var/aegir/drush/includes/drush.inc:660) install.inc:619
[0.09 sec, 3.52 MB]
Drush command could not be completed. [0.09 sec, 3.52 MB] [error]
Hmmmm
Does look like similar behaviour to that link you posted only I am using Drush 3.0 HEAD and the latest Aegir.
The other issues look like they happen on the same server whereas my one only happens when using a remote server.
Any further ideas what could be causing this?
ideas
There might be a problem with the latest drush HEAD and its interaction with provision HEAD. Ideas:
You can see all issues related to Aegir code here: http://drupal.org/project/issues?text=&projects=provision%2C+hosting%2C+...
You can search for "headers already sent" there: http://drupal.org/project/issues/search/drush?text=%22headers+already+se...
http://drupal.org/node/505630
Alternatively:
You could try reading those lines in drush.inc and install.inc and see if you can get more info about what's causing this.
Using CVS diff commands you could compare the last few revisions of these files to see if anything related to those lines changed.
Sorry I don't have an easy fix. I don't have a 0.4 installation right now (reverted to 0.3 since it is stable). When I installed 0.4 earlier, I didn't run into this...will let you know if I see it later.
Thanks for the feedback
Thanks for the feedback briwood. I tried some stuff and here is the result.
I reinstalled DRUSH (latest head as of 3/31) and PROVISION (provision-0.4-alpha6) again and am now getting a new set of errors (progress, maybe)
I issued the following commands on the remote web/MySQL server
cd /var/aegir
mv drush drush.bak
wget http://ftp.drupal.org/files/projects/drush-All-Versions-HEAD.tar.gz
gunzip -c drush-All-Versions-HEAD.tar.gz | tar -xf -
rm drush-All-Versions-HEAD.tar.gz
cd /var/aegir/.drush
mv provision ../provision.bak
wget http://files.aegirproject.org/provision-0.4-alpha6.tgz
gunzip -c provision-0.4-alpha6.tgz | tar -xf -
rm provision-0.4-alpha6.tgz
Now I'm getting the following error in the Aegir Front End when trying to Verify the platform on the remote server:
Task starts processingRunning: ssh -o PasswordAuthentication=no 'aegir'@'174.143.144.138' ' /var/aegir/drush/drush.php --root='\''/var/aegir/platforms/drupal-6.16'\'' provision-verify --backend'
Drush bootstrap phase : _drush_bootstrap_drush()
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 6.16 root directory at /var/aegir/platforms/drupal-6.16
Found command: provision-verify (commandfile=provision)
Initializing drush commandfile: drush_make
Initializing drush commandfile: drush_make_d_o
Initializing drush commandfile: provision
Initializing drush commandfile: provision_apache
Undefined index: base_url provision_apache.drush.inc:50
Initializing drush commandfile: provision_drupal
Initializing drush commandfile: provision_mysql
Undefined index: db_url provision_mysql.drush.inc:16
Including /var/aegir/.drush/provision/web_server/verify.provision.inc
Including /var/aegir/.drush/provision/platform/verify.provision.inc
Including /var/aegir/.drush/provision/db_server/verify.provision.inc
Including /var/aegir/.drush/provision/ssl/verify.provision.inc
Could not connect to the master database server (Lost connection to MySQL server at 'reading initial communication packet', system error: 111).
An error occurred at function : drush_provision_mysql_provision_verify_validate
Command dispatch complete
Peak memory usage was 6.95 MB
An error occurred at function : drush_hosting_hosting_task
Changes for drush_hosting_hosting_task module have been rolled back.
Command dispatch complete
Peak memory usage was 17.8 MB
So I ran the debug version of the command from the command-line on the local Aegir server
ssh -o PasswordAuthentication=no 'aegir'@'xxx.xxx.xxx.xxx' ' /var/aegir/drush/drush.php --root='\''/var/aegir/platforms/drupal-6.16'\'' provision-verify --backend --dedug'
DRUSH_BACKEND_OUTPUT_START>>>
{"output":"","object":[],"error_status":1,"log":[
{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drush()","timestamp":1270047386.89,"memory":1857288,"error":null},
{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_root()","timestamp":1270047386.95,"memory":5400160,"error":null},
{"type":"notice","message":"Initialized Drupal 6.16 root directory at \/var\/aegir\/platforms\/drupal-6.16","timestamp":1270047386.96,"memory":6334200,"error":null},
{"type":"bootstrap","message":"Found command: provision-verify (commandfile=provision)","timestamp":1270047386.97,"memory":6326864,"error":null},
{"type":"bootstrap","message":"Initializing drush commandfile: drush_make","timestamp":1270047386.97,"memory":6335896,"error":null},
{"type":"bootstrap","message":"Initializing drush commandfile: drush_make_d_o","timestamp":1270047386.97,"memory":6338120,"error":null},
{"type":"bootstrap","message":"Initializing drush commandfile: provision","timestamp":1270047386.97,"memory":6339736,"error":null},
{"type":"bootstrap","message":"Initializing drush commandfile: provision_apache","timestamp":1270047386.97,"memory":6341368,"error":null},
{"type":"notice","message":"Undefined index: base_url provision_apache.drush.inc:50","timestamp":1270047386.97,"memory":6356112,"error":null},
{"type":"bootstrap","message":"Initializing drush commandfile: provision_drupal","timestamp":1270047386.97,"memory":6352552,"error":null},
{"type":"bootstrap","message":"Initializing drush commandfile: provision_mysql","timestamp":1270047386.97,"memory":6354176,"error":null},
{"type":"notice","message":"Undefined index: db_url provision_mysql.drush.inc:16","timestamp":1270047386.97,"memory":6359760,"error":null},
{"type":"notice","message":"Undefined index: user provision_mysql.drush.inc:19","timestamp":1270047386.97,"memory":6362720,"error":null},
{"type":"notice","message":"Undefined index: pass provision_mysql.drush.inc:20","timestamp":1270047386.97,"memory":6364584,"error":null},
{"type":"notice","message":"Undefined index: host provision_mysql.drush.inc:22","timestamp":1270047386.97,"memory":6366432,"error":null},
{"type":"notice","message":"Undefined index: host provision_mysql.drush.inc:23","timestamp":1270047386.97,"memory":6368280,"error":null},
{"type":"notice","message":"Undefined index: scheme provision_mysql.drush.inc:25","timestamp":1270047386.97,"memory":6370136,"error":null},
{"type":"notice","message":"Undefined index: scheme provision_mysql.drush.inc:26","timestamp":1270047386.97,"memory":6372064,"error":null},
{"type":"bootstrap","message":"Including \/var\/aegir\/.drush\/provision\/web_server\/verify.provision.inc","timestamp":1270047386.97,"memory":6373344,"error":null},
{"type":"bootstrap","message":"Including \/var\/aegir\/.drush\/provision\/platform\/verify.provision.inc","timestamp":1270047386.97,"memory":6393888,"error":null},
{"type":"bootstrap","message":"Including \/var\/aegir\/.drush\/provision\/db_server\/verify.provision.inc","timestamp":1270047386.97,"memory":6428096,"error":null},
{"type":"bootstrap","message":"Including \/var\/aegir\/.drush\/provision\/ssl\/verify.provision.inc","timestamp":1270047386.97,"memory":6435616,"error":null},
{"type":"error","message":"Could not connect to the master database server (Access denied for user 'aegir'@'localhost' (using password: NO)).","timestamp":1270047386.98,"memory":6464576,"error":"PROVISION_MASTER_DB_FAILED"},
{"type":"error","message":"An error occurred at function : drush_provision_mysql_provision_verify_validate","timestamp":1270047386.98,"memory":6464384,"error":null},
{"type":"notice","message":"Command dispatch complete","timestamp":1270047386.98,"memory":6433952,"error":null},
{"type":"memory","message":"Peak memory usage was 6.95 MB","timestamp":1270047386.98,"memory":6432032,"error":null}],
"error_log":{"PROVISION_MASTER_DB_FAILED":["Could not connect to the master database server (Access denied for user 'aegir'@'localhost' (using password: NO))."]},
"context":{"drush-make-update-default-url":"http:\/\/updates.drupal.org\/release-history",
"drush-make-version-best":"best","docroot_path":"\/var\/aegir\/platforms\/drupal-6.16",
"sites_path":"\/var\/aegir\/platforms\/drupal-6.16\/sites",
"publish_path":"\/var\/aegir\/platforms\/drupal-6.16",
"parent_path":"\/var\/aegir\/platforms",
"backup_path":"\/var\/aegir\/platforms\/backups",
"config_path":"\/var\/aegir\/platforms\/config",
"vhost_path":"\/var\/aegir\/platforms\/config\/vhost.d",
"platform_conf_path":"\/var\/aegir\/platforms\/config\/platform.d",
"restart_cmd":"sudo \/usr\/sbin\/apache2ctl graceful",
"web_group":"www-data",
"script_user":"aegir",
"master_url":null,
"web_disable_url":"\/hosting\/disabled","web_maintenence_url":"\/hosting\/maintenance",
"web_ip":"127.0.0.1",
"web_port":80,
"master_db":null,
"master_db_user":"","master_db_passwd":"",
"master_db_host":"","db_host":"",
"master_db_type":null,
"db_type":null,"root":"\/var\/aegir\/platforms\/drupal-6.16",
"backend":true,"dedug":true}}
<<<DRUSH_BACKEND_OUT
Things I noticed are:
1. The DRUSH is not passing the proper MySQL user creds configured for the remote server in the Aegir frontend, it is sending 'aegir'@'localhost' instead of aegir_root@localhost'
2. It is not passing directories configured for the remote server in the Aegir frontend,
sending "backup_path":"\/var\/aegir\/platforms\/backups" vs "/var/aegir/backups" configured.
"config_path":"\/var\/aegir\/platforms\/config", vs "/var/aegir/platforms/config" configured
It looks like DRUSH/PROVISION is not reading the data correctly for the remote server, it looks like it is passing some hosed up combination of the local server (where aegir is installed) and the the remote server.
Going to see what Google says about "Could not connect to the master database server (Lost connection to MySQL server at 'reading initial communication packet', system error: 111)."
It's easier if you leave out
It's easier if you leave out that --backup switch for the commands you post here.
Could not connect to the master database server (Lost connection to MySQL server at 'reading initial communication packet', system error: 111).{"type":"error","message":"Could not connect to the master database server (Access denied for user 'aegir'@'localhost' (using password: NO))."Is mysql running on the remote webserver? On that remote webserver did you do:
grant all privileges on . for 'aegir_root'@'localhost' identified by 'MYPASS';Aegir root should use the same password on the webserver as it does on the frontend db.
On that server can you connect to mysql using 'mysql -u aegir_root -p'?
When you setup the frontend with the wizard, did you type aegir_root in the right place? To check on the frontend db do:
SELECT * FROMhosting_db_serverThis should show you aegir_root and her password.
When you installed the frontend did you put it under something like /var/aegir/platforms/drupal-6.16? The above can happen if you did. It's easier if you put it under /var/aegir/drupal-6.16.
forgot with grant option
grant all privileges on . for 'aegir_root'@'localhost' identified by 'MYPASS' with grant option;
Is mysql running on the
Is mysql running on the remote webserver?Yes
On that remote webserver did you do:GRANT ALL PRIVILEGES ON . TO 'aegir_root'@'localhost' identified by 'xxxxxx' with grant option;
Yes, originally done with PhpMyAdmin, redid it again from MySQL command-line to make sure.
Aegir root should use the same password on the webserver as it does on the frontend db.It is set exactly the same, verified
On that server can you connect to mysql using 'mysql -u aegir_root -p'?Yes
When you setup the frontend with the wizard, did you type aegir_root in the right place? To check on the frontend db do:SELECT * FROM hosting_db_server
This should show you aegir_root and her password.
Verified, looks good.
It is not passing directories configured for the remote server in the Aegir frontend,
sending "backup_path":"\/var\/aegir\/platforms\/backups" vs "/var/aegir/backups" configured.
When you installed the frontend did you put it under something like /var/aegir/platforms/drupal-6.16? The above can happen if you did. It's easier if you put it under /var/aegir/drupal-6.16.
Our Directory Structure on the remote server for aegir is this:
/var/aegir/
/var/aegir/.drush
/var/aegir/.ssh
/var/aegir/backups
/var/aegir/config
/var/aegir/drush
/var/aegir/platforms
/var/aegir/platforms/drupal-6.15
/var/aegir/platforms/drupal-6.16
/var/aegir/platforms/atrium-1-0-beta5
etc...
This mirrors exactly what we have on the Aegir Frontend Server minus the hostmaster platform being installed.
We have backups and config off the root and all platforms in a directory called platforms (as recommended in Aegir wiki).
Could not connect to the master database server (Access denied for [error]user 'aegir'@'localhost' (using password: NO)).
An error occurred at function : [error]
drush_provision_mysql_provision_verify_validate
Maybe I'm missing something, but the error we are getting now indicates DRUSH is trying to login to the remote MySQL with 'aegir'@'localhost' (using password: NO). That is not to going work, where is that coming from? I'm suspecting a bug in provision, maybe a variable confusion issue?
I found this which seems like the issue, but I already did this fix shortly after installing alpha6.
http://drupal.org/node/731550
Does anyone actually have
Does anyone actually have remote servers working?
I tried 0.4...
Here is what I ran into: http://drupal.org/node/722286
I need to use remote db servers. I have gone back to 0.3. I install a sites on 0.3 using mysql server local to each webserver. Then I run my custome move_db.php which transfers the db to a remote web server and makes appropriate edits to the sites settings.php and drushrc.php.
0.4 is still an alpha release...
Giving up for now, got over a
Giving up for now, got over a week invested and 6 new client sites stacked up. Going to just double the size of my webserver (on RackSpace Cloud Server so can do in-place upgrade). That's life on the bleeding edge.
Same problem
Subscribing. Seems that this issue is relevant, http://drupal.org/node/722286
Agileware, Australian Drupal Developers
http://agileware.com.au
Same issue here
Subscribing.
Remote server problems as well
Subscribing