Migration does not work with multiple databases defined in settings.php

ianshafer - June 16, 2008 - 18:52
Project:vBulletin to Drupal
Version:6.x-1.0-rc1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When there are multiple databases defined in settings.php the data migration does not work.

I had the following settings:

$db_url['default'] = 'mysql://drupal_user:changeme@localhost/drupal';
$db_url['xxx'] = 'mysql://xxx_user:changeme@localhost/xxx';
$db_prefix = array('default' => '');

And it looked like the drupal DB name was 'Array' instead of 'drupal'.

#1

Liam McDermott - June 20, 2008 - 07:15

Sounds like a bug, don't think I accounted for this. Thanks for the report. :)

#2

Liam McDermott - December 3, 2008 - 18:00

#3

cyberswat - September 10, 2009 - 15:39
Version:5.x-1.0» 6.x-1.0-rc1

#4

Minqensan - September 12, 2009 - 04:02

Has this been fixed yet?

 
 

Drupal is a registered trademark of Dries Buytaert.