File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments