Borgmatic stopped working on 1/5 hosts. #992
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#992
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 borgmatic commands
Steps to reproduce
Run any command
Actual behavior
Expected behavior
The check completes
Other notes / implementation ideas
This is recent behavior, a week or so ago this was working on this host and there have been no changes made to the configuration. I have similar if not identical instances running on a handful of other machines that are working fine.
borgmatic version
version 1.9.9 (location: /root/.local/pipx/venvs/borgmatic)
borgmatic installation method
pipx
Borg version
borg 1.2.3
Python version
Python 3.9.2
Database version (if applicable)
No response
Operating system and version
Debian GNU/Linux 11 (bullseye)
Thanks for filing this! The issue has actually already been fixed in main (see #989) and will be part of the next release. Basically, borgmatic 1.9.9 accidentally broke compatibility with Python 3.9 by using a Python 3.10+ only language feature. That's why you're only seeing this problem on only one out of your five hosts—I'm guessing the others are running Python 3.10+.
Released in borgmatic 1.9.10!