Closed (fixed)
Project:
DBTNG Migrator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 17:11 UTC
Updated:
25 Apr 2011 at 22:31 UTC
Although the drush output said that field_data% tables were migrated, they in fact didn't show up in the target database. So there are probably some tables that are silently failing or are ignored for some reason.
This was in a migration from mysql to sqlite, and it was a commerce kickstart database.
Comments
Comment #1
josh waihi commentedI haven't done enough investigation yet as to why this is happening. Halfdan wrote this:
This seems to work for MySQL, but obviously its not database agnostic code.
Comment #2
rfayMy experience was in Mysql-to-Sqlite.
Thanks for your excellent work on this. I think this is a huge win for the community.
Comment #3
josh waihi commented@rfay, I've pushed some a commit that looks to migrate the field_data% tables. I've tested it migrating from SQLite to PostgreSQL.
Comment #4
josh waihi commentedI've applied to make an offical project #1122454: DBTNG Migrator
Comment #5
rfaySeems ok to me. Fields now survive.