Skip to content

1.8.1

Compare
Choose a tag to compare
@zevilz zevilz released this 27 Jan 06:53
· 17 commits to master since this release

Added retrying create DB dump if mysqldump fail in --single-transaction mode with error like this: mysqldump: Error 1412: Table definition has changed, please retry transaction when dumping table ....

It occurs when using ALTER TABLE, CREATE TABLE, DROP TABLE, RENAME TABLE, or TRUNCATE TABLE during dumping. The script will be retry dumping with disabled --single-transaction mode.

Now the script will be generate warning in log with this error. Change backup time to another if you often see this warning.