Skip to content

Commit 48a1ff8

Browse files
committed
Release 3.10.1 - See CHANGELOG.md
1 parent 8b1308f commit 48a1ff8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.10.1 2023-09-13 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Bugfix to 3.10.0 with syntax error revolving around unbraced variable
5+
6+
17
## 3.10.0 2023-09-13 <jcdirks@github>
28

39
### Added

install/assets/functions/10-db-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ backup_influx() {
159159
compression
160160
pre_dbbackup $db
161161
print_notice "Dumping Influx database: '${db}'"
162-
influxd backup ${influx_compression} ${bucket} -portable -host ${DB_HOST}:${DB_PORT} ${EXTRA_OPTS ${EXTRA_DUMP_OPTS} "${TEMP_LOCATION}"/"${target_dir}"
162+
influxd backup ${influx_compression} ${bucket} -portable -host ${DB_HOST}:${DB_PORT} ${EXTRA_OPTS} ${EXTRA_DUMP_OPTS} "${TEMP_LOCATION}"/"${target_dir}"
163163
exit_code=$?
164164
check_exit_code backup $target_dir
165165
print_notice "Creating archive file of '${target_dir}' with tar ${compression_string}"

0 commit comments

Comments
 (0)