File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.1.99 2026-03-12 <dave at tiredofit dot ca >
2+
3+ This the final tiredofit/db-backup release - All development and releases will reside under the nfrastack/container-db-backup namespace going forward.
4+
5+ ### Added
6+ - Postgreaql 18 support
7+ - AWS CLI 1.44.56
8+ - MySQL 8.4.8
9+ - MSSQL 18.6.1-1
10+
11+
112## 4.1.21 2025-08-08 <dave at tiredofit dot ca >
213
314 ### Changed
Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ RUN source /assets/functions/00-container && \
183183 zstd \
184184 && \
185185 \
186+ echo ""
187+ RUN set -ex && \
188+ source /assets/functions/00-container && \
186189 case "$(uname -m)" in \
187190 "x86_64" ) mssql=true ; mssql_arch=amd64; influx2=true ; influx_arch=amd64; ;; \
188191 "arm64" | "aarch64" ) mssql=true ; mssql_arch=arm64; influx2=true ; influx_arch=arm64 ;; \
You can’t perform that action at this time.
0 commit comments