Comments
3 comments
-
By log files, do you mean the transaction log backup files, or the SQL Backup log files that logs the backup/restore activity? It sounds like the former, but I just want to confirm that.
Thanks. -
Hello Peter,
I mean the SQLBackup log files, not the transaction log files -
You are right, the log files don't get deleted when SQL Backup encounters an error or warning during the backup/restore process. Log files don't get deleted on errors/warnings in case users want to check the log files for previous backups/restores to compare against the current backup/restore that's now raising errors/warnings.
The check for short passwords was introduced in version 5. We could make an exception for warning 462, as it does not have any impact on whether old log files should get deleted. I have raised a bug report for this (ref. SB-4598), and it will be up to the product manager to decide if it will be added in the next release.
Add comment
Please sign in to leave a comment.
A little testing has shown that this is appears to be caused by a weak encryption password (error 462). Without a password, or with a strong password, log files do get deleted.
Can you confirm that this is the problem, and if so, if this problem is going to be fixed in a next version?