Releases: Netflix/Priam
Enabling manipulation of ACL within classic, or vpc environment
Merge pull request #494 from tulumvinh/3.x Enabling manipulation of ACL within classic, or vpc environment
Merge of 3.x-vpc "A means to manipulate ACL within classic, or vpc environment for" without enabling it (i.e. did not merge AWSMembership.java, and PriamConfiguration.java
Merge pull request #492 from tulumvinh/3.x Merge of 3.x-vpc "A means to manipulate ACL within classic, or vpc environment for" without enabling it (i.e. did not merge AWSMembership.java, and PriamConfiguration.java
Eliminate unneccessargy injection for parallization incremental upload
Merge pull request #488 from tulumvinh/2.x Eliminate unneccessargy injection for parallization incremental upload
1. Determine status of a snapshot for a date 2. Remove static bindingof incremental bakcup implementation 3. Allow regex for exclusion of keyspace(s) and/or CFs filter
Determine status of a snapshot with following rest url:
Status check
curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606" will return {"Snapshotstatus":false} or {"Snapshotstatus":true}
curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606/snapshots" will return all snapshots for date of 20160607. E.g.
{"Snapshots":["201606060450","201606060504"]} or "Snapshots":[]}
NOTE: Priam snapshot status is not durable, it’s only in-memory. And we keep state of the last 60 days from current date.
Determine status of a snapshot for a date
Status check
curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606" will return {"Snapshotstatus":false} or {"Snapshotstatus":true}
curl "http://localhost:8080/Priam/REST/v1/backup/status/20160606/snapshots" will return all snapshots for date of 20160607. E.g.
{"Snapshots":["201606060450","201606060504"]} or "Snapshots":[]}
NOTE: Priam snapshot status is not durable, it’s only in-memory. And we keep state of the last 60 days from current date.
Optional incremental backup parallization
Merge pull request #481 from tulumvinh/3.x 1. Optional incremental backup parallization 2. Updated Bintray API key from master
enable incremental parallelization via properties variable
Merge pull request #480 from tulumvinh/2.x enable incremental parallelization via properties variable
Parallization incremental backup - setup of threads, queue sizes base on properties
Merge pull request #478 from tulumvinh/2.x Parallization incremental backup - setup of threads, queue sizes base on properties
Parallization incremental backup - setup of threads, queue sizes base on properties
Merge pull request #478 from tulumvinh/2.x Parallization incremental backup - setup of threads, queue sizes base on properties
Properties for parallel incremental backup
Merge pull request #477 from tulumvinh/2.x temporary disable unit test