Anthony, Your snapshot solution is not bad if you just want a daily version you can roll back to for disaster recovery.
I presume : 1. You’re running on VM’s 2. You stop the world at the time of the snapshot Riak CS makes multiple (3 by default) copies of your data and generally speaking, stores them onto multiple physical servers with the following caveats : 1. Verify that the partitions are evenly spread across the machines, sometimes old Riak puts two copies of the data on a single physical machine. 2. Always run a cluster of 5 or more machines. 3. Take care that you’re not storing all your data on the same physical device (SAN server in the basement anyone?) ). I suppose the reason you want backups is to mitigate the situation where an adversary gets inside your servers and begins silently deleting or tampering with data, in which case, snapshots are prudent. If you wanted to do something more sophisticated, you could try : 1. Re-building your cluster using the soon to be released Riak 2.2.5. 2. Replicate off site to a physically remote location 3. More regularly perform snapshots there (as they won’t impact latencies on your main Riak CS cluster) Does that make sense? Any questions? Bryan > On 25 Apr 2018, at 14:30, Anthony Valenti <anthony.vale...@inmar.com> wrote: > > > We are looking to improve on our Riak CS backup strategy. We have had Riak > CS in place for a while and we are currently taking a snapshot of each > server. I'm not sure is this is the best method in terms of recoverability, > space used, timeliness or the backups, etc. What methods has anyone else > used? What is the basho recommended solution? > > Thanks, > Anthony Valenti > > > ******************************************** > > > > Inmar Confidentiality Note: This e-mail and any attachments are confidential > and intended to be viewed and used solely by the intended recipient. If you > are not the intended recipient, be aware that any disclosure, dissemination, > distribution, copying or use of this e-mail or any attachment is prohibited. > If you received this e-mail in error, please notify us immediately by > returning it to the sender and delete this copy and all attachments from your > system and destroy any printed copies. Thank you for your cooperation. > > > > Notice of Protected Rights: The removal of any copyright, trademark, or > proprietary legend contained in this e-mail or any attachment is prohibited > without the express, written permission of Inmar, Inc. Furthermore, the > intended recipient must maintain all copyright notices, trademarks, and > proprietary legends within this e-mail and any attachments in their original > form and location if the e-mail or any attachments are reproduced, printed or > distributed. > > > ******************************************** > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com