distribution
distribution copied to clipboard
Borgbackup broken: "You do not have a supported version of the msgpack python package installed"
borg works in the current docker image, but not after swupdate update.
# docker run -it clearlinux bash
Unable to find image 'clearlinux:latest' locally
latest: Pulling from library/clearlinux
fc1c4db2aede: Pull complete
900c47dea250: Pull complete
Digest: sha256:ea82c1042e56f70b697844a9060d49c87bf4193c5cb9a2f34c45ee3e756019f7
Status: Downloaded newer image for clearlinux:latest
# swupd update
Update started
Preparing to update from 43630 to 43760 (in format 42)
[...]
# swupd bundle-add borgbackup
[...]
# borg list .
You do not have a supported version of the msgpack python package installed. Terminating.
This should never happen as specific, supported versions are required by our pyproject.toml.
Do not contact borgbackup support about this.
Error: unsupported msgpack version
msgpack was updated. Borg supports it, but it hasn't been updated to allow it.
msgpack was updated. Borg supports it, but it hasn't been updated to allow it.
Is there anything that I can do to have my backups working again in ClearLinux, apart from waiting?