Specify b2sdk version 1.14.1 (#2125)

pin b2sdk version to 1.14.1 to resolve exception that occurs when attempting to use backblaze backups. See https://github.com/mail-in-a-box/mailinabox/issues/2124 for details.
This commit is contained in:
m-picc 2022-06-05 09:24:32 -04:00 committed by GitHub
parent eeee712cf3
commit 69d8fdef99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ apt_install duplicity python-pip virtualenv certbot rsync
# b2sdk is used for backblaze backups.
# boto is used for amazon aws backups.
# Both are installed outside the pipenv, so they can be used by duplicity
hide_output pip3 install --upgrade b2sdk boto
hide_output pip3 install --upgrade b2sdk==1.14.1 boto
# Create a virtualenv for the installation of Python 3 packages
# used by the management daemon.