Closed (won't fix)
Project:
Backup and Migrate
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2010 at 01:07 UTC
Updated:
6 Feb 2012 at 03:43 UTC
Would it be possible to use --single-transaction for Mysql backups? When the InnoDB engine is in use it makes a huge difference in the performance of the site while the backup is happening.
Comments
Comment #1
ronan commentedThat's good to know. I'll look into what it will take to implement this feature.
Comment #2
rfayBasically this would mean that the site doesn't have to be taken offline for a nontrivial backup. With a regular mysqldump (assuming that's what we're doing) the site freezes during the backup, whereas with --single-transaction, the site continues to work (perhaps with performance degradation) but it doesn't have to be taken offline during the dump.
Comment #3
ronan commentedI'm not using mysqldump for backups with this module, so I'm not sure what I would need to do to emulate this feature. If you have more info on this please reopen.