The other day I was trying to upgrade an Drupal powered webportal, and got the following errors during updated:
NOTE: upgrading from pre-4.7-head to 4.7 beta 4
Error while upgrading:
#############ERROR##################
Update #151
* INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (1, 0, '', 'Primary links', '', 0, 115)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (2, 1, 'node/562', 'apples', 'bananas', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (3, 1, 'colours', 'Books', 'james', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (4, 1, 'poll', 'Polls', '', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (5, 1, 'weblink', 'Links', '', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (6, 1, 'blog', 'Blogs', '', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (7, 1, 'forum', 'Forums', '', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (8, 1, 'image', 'Image Gallery', 'Photo albums, etc.', 0, 118)
* Failed: INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (9, 1, 'http://mywebsite.com', 'california', 'hotel', 0, 118)