I am running 0.4-alpha7. I am trying to migrate a site from D6.14 to D6.16 and have encountered two problems:
- The mysqldump fails because the database user does not have LOCK TABLES privilege. I am not aware that this privilege is required by Drupal, so I'm assuming that the privilege is needed by the mysqldump script created by Aegir during a migrate. Is this correct? Is the requirement for this privilege documented?
- An error occurs during the migrate as a result of Aegir's conclusion that the "schema" for lightbox2 on the D6.14 site (6100) is newer than the schema on the destination D6.16 site (3). The destination site has the newest lightbox2 in the sites/all/modules directory, as does the D6.14 source site. The update.php has been run on the source site but obviously not on the destination site, since it has not been installed yet. The "Compare Platforms" output from the Migrate destination select dialog shows that both the source and destination site have the (3) lightbox2 schema. I cannot figure out why Aegir insists that the schemas do not match or why Aegir believes that the source site has schema 6100.
Thanks.