Skip to content

Single transaction and Lock tables is available

Compare
Choose a tag to compare
@BrandonRoehl BrandonRoehl released this 01 Oct 17:21
· 49 commits to master since this release
f25e26f

All dumps will now rollback a single transaction to protect against modification and allow some database engines to get a repeatable read for when the backup starts.

There is now an additional option on mysqldump.Dump called LockTables that will lock all tables for the duration of the dump to guarantee consistent backups with some database engines.