mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-23 22:18:10 +01:00
#55 - Fix xz parallel compression
This commit is contained in:
@@ -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>
|
## 2.5.0 2021-01-25 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ RUN set -ex && \
|
|||||||
apk add --no-cache -t .db-backup-run-deps \
|
apk add --no-cache -t .db-backup-run-deps \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
influxdb \
|
influxdb \
|
||||||
|
libarchive \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
mongodb-tools \
|
mongodb-tools \
|
||||||
libressl \
|
libressl \
|
||||||
|
|||||||
Reference in New Issue
Block a user