#55 - Fix xz parallel compression

This commit is contained in:
Dave Conroy
2021-02-14 09:06:21 -08:00
parent f57ce461e9
commit 30fe2f181c
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
## 2.5.1 2021-02-14 <dave at tiredofit dot ca>
### Changed
- Fix xz backups with `PARALLEL_COMPRESION=TRUE`
## 2.5.0 2021-01-25 <dave at tiredofit dot ca>
### Added

View File

@@ -22,6 +22,7 @@ RUN set -ex && \
apk add --no-cache -t .db-backup-run-deps \
bzip2 \
influxdb \
libarchive \
mariadb-client \
mongodb-tools \
libressl \