mhausenblas / burry.sh

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

testing of etcd #29

Closed sonijenk closed 5 years ago

sonijenk commented 5 years ago

Great tool. I have a question about the etcd backup scripts. Could you please help?

  1. What are the pre-req of running etcd backup ?
  2. How did you test the backup have restored all the key-values pairs that is stored in etcd? For example if I delete some of the key value pairs before taking a backup how did you ensure that the keys-values is restored after the etcd restore?

I tried with etctdctl command for V3 to retrieve all the keys-value pairs stored before backup and verify the data integrity after the backup . But I could not find a single command to achieve this? https://coreos.com/etcd/docs/latest/dev-guide/interacting_v3.html

mhausenblas commented 5 years ago

Please peruse the background since I don't have cycles to provide 1st level support for a project I'm not actively working on anymore.