~hloeung/cassandra-charm/+git/cassandra-backup-charm:master

Last commit made on 2017-11-20
Get this branch:
git clone -b master https://git.launchpad.net/~hloeung/cassandra-charm/+git/cassandra-backup-charm
Only Haw Loeung can upload to this branch. If you are Haw Loeung please log in for upload directions.

Branch merges

Branch information

Recent commits

1b97780... by Haw Loeung

Fixed ownership and tighten permissions

e36a60e... by Haw Loeung

Fixed cron splay

week_spread() doesn't work in our case because it mostly randomises
the day of week. In a Cassandra cluster with 3 units and backups
scheduled daily, we could have the cron job run all at the same time.

571071c... by Haw Loeung

Initial import of experimental backup charm

This is currently split out into it's own subordinate charm for
soaking before consideration for merging into the main Cassandra
charm. The way it works is to use the CQL COPY...TO commands to dump
out tables for backups.