mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-22 05:33:53 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
738f7fad25 | ||
|
|
8c4733bf7f | ||
|
|
be4d8c0747 |
@@ -1,7 +1,13 @@
|
||||
## 2.3.1 2020-11-11 <bambi73@github>
|
||||
|
||||
### Fixed
|
||||
- Multiple Influx DB's not being backed up correctly
|
||||
|
||||
## 2.3.0 2020-10-15 <dave at tiredofit dot ca>
|
||||
|
||||
### Added
|
||||
- Microsoft SQL Server support (experimental)
|
||||
|
||||
### Changed
|
||||
- Compiled Postgresql 13 from source to backup psql/13 hosts
|
||||
|
||||
|
||||
@@ -140,6 +140,7 @@ backup_influx() {
|
||||
influx_compression="-portable"
|
||||
fi
|
||||
for DB in $DB_NAME; do
|
||||
target=influx_${DB}_${dbhost}_${now}
|
||||
influxd backup ${influx_compression} -database $DB -host ${dbhost}:${dbport} ${tmpdir}/${target}
|
||||
exit_code=$?
|
||||
generate_md5
|
||||
|
||||
Reference in New Issue
Block a user