mhausenblas / burry.sh

Cloud Native Infrastructure BackUp & RecoveRY
Apache License 2.0
259 stars 38 forks source link

Support Consul K/V store as infra service #1

Closed dsh1705 closed 7 years ago

dsh1705 commented 7 years ago

Backing up and restoring the Consul raft db and k/v store would be great.

mhausenblas commented 7 years ago

OK @dsh1705 that was an expected one (and thanks for raising it;)

So let's scope this a bit: we're talking about https://www.consul.io/docs/agent/http/kv.html here right?

mhausenblas commented 7 years ago

@dsh1705 and @astrostl this feature, Consul K/V store backup and restore is now available

astrostl commented 7 years ago

That was fast! Will consider as an alternative to https://github.com/myENA/consul-backinator

mhausenblas commented 7 years ago

@astrostl thanks and you're welcome! I wasn't aware of myeENA/consul-backinator but will say that it looks pretty impressive with a couple of features I've been thinking of myself already and even more I didn't.

I'd love to learn from you, based on your experience with myeENA/consul-backinator, what essential stuff is missing in burry and if you run into any issue (sure you will, but will you share them? ;)

Again, thanks for considering to give burry a try.

dsh1705 commented 7 years ago

@mhausenblas: Wow... so fast that I did not even think of checking in on this status - very cool! @astrostl: thanks for the heads up on consul-backinator - I, too, was not aware of this. I will be testing these solutions in the coming weeks - much to do!