You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for sorting backups by subdirectories.
Set SORT_BACKUPS var as true in backup.conf if you want sort backups by subdirectories in cloud (files for files, databases for databases; disabled by default).
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.