Checks Fail, but were previously working #854
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#854
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm trying to do and why
Run a check
Steps to reproduce
initialize the check with
borgmatic checkActual behavior
Check fails with the below error
Expected behavior
Check does not fail.
Other notes / implementation ideas
No response
borgmatic version
1.8.10
borgmatic installation method
pip install
Borg version
1.2.4
Python version
3.11.2
Database version (if applicable)
No response
Operating system and version
Debian GNU/Linux 12 (bookworm)
Ugh, this definitely sounds like a bug.. Thanks for filing it! Can I get a look at the
checks:section of your configuration?Sure thing, here it is.
Got it, thanks! It repros here. The problem seems to be the
datacheck in particular. So if you'd like to omit that one until this issue is fixed, that would at least unblock you to continue runningborgmatic check.This has been fixed in main and will be part of the next release. Thanks again for reporting this!
Released in borgmatic 1.8.11!