cockroachdb / cockroachdb-cloudformation

Quickly setup dev/test CockroachDB clusters using AWS CloudFormation and Kubernetes
https://www.cockroachlabs.com/
Apache License 2.0
12 stars 4 forks source link

enable restore dataset from backup #31

Closed robert-s-lee closed 5 years ago

robert-s-lee commented 5 years ago

@nstewart some of the oltpbenchmark benchmarks such as smallbank takes a while to generate the dataset. Is there AWS or Google storage where backup files can be restored from? How about copying the backup files to the master K8s node and run caddy?

nstewart commented 5 years ago

Are you thinking regular dump style backups or enterprise backups? If it's the latter we can extend the template to accept a license key.

In terms of locations, we have an AWS s3 bucket for storing public CRL files

robert-s-lee commented 5 years ago

thinking later (to accept the license key). That will enable the demo of enterprise features sets as well easily. I have backup files set for various SF factors (1,2,4,8).

nstewart commented 5 years ago

OK -- we can update this to accept a license key.