mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +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>
|
||||
|
||||
### Added
|
||||
|
||||
@@ -22,6 +22,7 @@ RUN set -ex && \
|
||||
apk add --no-cache -t .db-backup-run-deps \
|
||||
bzip2 \
|
||||
influxdb \
|
||||
libarchive \
|
||||
mariadb-client \
|
||||
mongodb-tools \
|
||||
libressl \
|
||||
|
||||
Reference in New Issue
Block a user