Closed (fixed)
Project:
DBTNG Migrator
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2011 at 10:24 UTC
Updated:
10 Apr 2011 at 10:50 UTC
Its assumed the the destination database for the data is virtually clean. In scenarios like PostgreSQL and SQLite, the databases need to be populated with MySQL named functions so that the database will work on these databases correctly.
The installation of a database needs to be run so that Drupal will actually work after the migration.
Comments
Comment #1
josh waihi commentedThe database installation process doesn't allow us to determine which connection to run the installation tasks on which means we can't actually reuse that code. Would be a good idea if we could.
Comment #2
josh waihi commentedFixed in 0b27c4252466ca4559ebe840dbcbcd9d1a1ba119. I renamed the connection to default so I could initialize the destination database.
Comment #3
josh waihi commented