Okay, seems like i18n module will soon reach RC status so it would be great to have fully working upgrade path from D6.

There is still one fatal error to fix, see #1210774: Fatal error on i18n_field upgrade from D6.

So right now i18n upgrade functions don't drop old tables used in D6.
I still have three old tables after upgrade which are i18n_blocks, i18n_strings and i18n_variable.

Attaching patch which drops i18n_variable table.

CommentFileSizeAuthor
i18n_d6upgrade_tables.patch936 byteszambrey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zambrey’s picture

Should we also delete old 6.x entries in system table?
Some module names were changed between 6.x and 7.x;
for example i18nblocks -> i18n_block etc.

Jose Reyero’s picture

Status: Needs work » Fixed

Thanks for the patch. Committed.

About the question #1, yes, more cleaning up patches will be welcomed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.