Closed (fixed)
Project:
Backup and Migrate
Version:
7.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 18:35 UTC
Updated:
5 Jan 2015 at 11:53 UTC
Jump to comment: Most recent
Comments
Comment #1
mile23This is a universally problematic error for Drupal sites. You need to do any or all of the following: a) Don't save watchdog tables to your backups, b) don't save cache tables to your backups, and, most importantly, c) reconfigure your MySQL server to allow more packets: http://drupal.org/node/1291756
I had this a lot when I was using Pagodabox, which doesn't let you configure max_allowed_packets. I had to spin up a local development site, restore to that from the B&M backup file, create a SQL dump, re-install Drupal on the hosted site, tunnel back to its DB with a mysql client, and restore that way.
(Needless to say: not using Pagodabox at the moment.)
Comment #2
ronan commentedAre you still having issues with this?
Comment #3
jkingsnorth commentedGood advice was offered. There was no further information from the original poster, so I'm going to close off this issue. Please reopen it with further information if it is still a problem =]