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

josh waihi’s picture

The 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.

josh waihi’s picture

Fixed in 0b27c4252466ca4559ebe840dbcbcd9d1a1ba119. I renamed the connection to default so I could initialize the destination database.

josh waihi’s picture

Status: Needs work » Closed (fixed)