I just upgraded from Drupal 6.20 to 7, and I couldn't be more relieved at how well it went! There seem to be only minor issues. However, there's one mysterious error occurring, and I don't want to ignore this (I want to make sure this site keeps humming along -- especially before I reinstall Views and Panels!):
After upgrading all the other modules, I am still getting a notice when I run the update script (I'm doing it as dbup in Drush, btw) that taxonomy needs to be updated. When I tell it yes, it appears to complete the updates, but then when I run the update script again, it again tells me the same taxonomy updates need to be done. (I've pasted the update messages below.)
After trying this about 4 times, I gave up, and have not been able to find any other posts on drupal.org or anywhere else about this. Does anyone know how to get these updates to go through, or what the problem is?
myaccount:/mysites/drupal-7.0/sites/mydomain.com$ drush dbup
The following updates are pending:
taxonomy module :
7004 - Move taxonomy vocabulary associations for nodes to fields and field instances.
7005 - Migrate {taxonomy_term_node} table to field storage. @todo: This function can possibly be made much faster by wrapping a transaction around all the inserts.
7006 - Add {taxonomy_term_data}.format column.