Backups should be compressed
Bug #1850772 reported by
Barry Price
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
InfluxDB Charm |
Fix Released
|
Medium
|
Barry Price |
Bug Description
Hi,
We have an influxdb unit with a fairly hefty amount of data:
$ sudo du -hs /var/lib/influxdb
39G /var/lib/influxdb
$
In the charm config, backup_dir is set to "/srv/backups/
Which means we need another ~120GB of free space for backups - actually closer to 160, since new backups are created before the oldest backups are removed.
Just adding a simple tar/gzip step to the backup script would save us a ton of disk space:
38G /srv/backups/
8.3G /srv/backups/
Related branches
~barryprice/influxdb-charm/+git/trunk:master
- Tom Haddon (community): Approve
- Canonical IS Reviewers: Pending requested
-
Diff: 42 lines (+15/-7)1 file modifiedtemplates/influxdb-backup (+15/-7)
Changed in influxdb-charm: | |
importance: | Undecided → Medium |
assignee: | nobody → Barry Price (barryprice) |
status: | New → In Progress |
Changed in influxdb-charm: | |
status: | In Progress → Fix Committed |
Changed in influxdb-charm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.