See attached image.

backup_migrate -> backup_migrate_sources->

column machine_name - difference on: length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 32, 'not null' => TRUE, 'default' => '0')
actual: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => '255', 'not null' => TRUE, 'default' => '0')

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jaydee1818 created an issue. See original summary.

jazzper’s picture

I had the same on an install profile with many added modules and configuration.

But on a clean D7 core 7.41 install with the backup and migrate module and the schema module there was no mismatch for the backup and migrate module.

Solution: disable and uninstall the backup and migrate module (to get rid of the corrupted tables) and (re)enable the backup and migrate module. Now the mismatch should be gone.

jaydee1818’s picture

ok thanks - that works!

jaydee1818’s picture

Status: Active » Closed (fixed)