JanusGraph / janusgraph

JanusGraph: an open-source, distributed graph database
https://janusgraph.org
Other
5.32k stars 1.17k forks source link

what is the prefered scenario to back up and restore data when using Cassandra and ES embedded #2183

Closed ChenZhaobin closed 4 years ago

ChenZhaobin commented 4 years ago

Hey, guys What is the right way to back up and restore data when using Cassandra + ES +ganusgraph? Specificly,I need help to find a scenario to back up data automaticly and if some bad thing happened ,I can restore the whole system from back up data. It will be very appreciate if someone help me out.

FlorianHockmann commented 4 years ago

Please ask usage questions like this in one of our community channels as we're only using GitHub issues for feature requests or for confirmed bug reports. Now to still give you a very brief answer: JanusGraph doesn't have its own backup mechanism so you can simply use the backup mechanism of your backends, in your case ES and Cassandra.

ChenZhaobin commented 4 years ago

@FlorianHockmann got it ,pretty rich info, helps a lot,thanks