Hello Restic Community,
I’m using Restic (0.13.1) to back up data that is piped from mysqldump. Sometimes, mysqldump encounters errors that cause the backup process to fail. For example:
mysqldump: Error 1412: Table definition has changed, please retry transaction when dumping table ‘scopes_customergroup_data_exporter_sync_batches’ at row: 0
mysqldump: Couldn’t execute ‘show create table ‘tmp_pimgento_entities_family’’: Table ‘magento2db.tmp_pimgento_entities_family’ doesn’t exist (1146)
When these errors occur, does Restic still create a new snapshot in the storage? This information is critical as I apply a retention policy (restic forget
) after every successful backup, and I need to decide whether to apply the policy even when backups fail due to errors in mysqldump.
Any insights or recommendations would be greatly appreciated.
Thank you!