Hi there
We recently started using vault. We basically use vault as a password manager and therefore only use K/V v2 secret engines. The goal now is, to run regular backups/snapshots of all the secret engines for disaster recovery. Orinially we started with a file-storage. For testing purposes I switched to raft (integrated-storage) to make use of the snapshot function.
I created some secrets and then created a snapshop. I then deleted (permanantly) some secrets and restored said snapshot. I expected the deleted secrets to be restored but that was not the case.
We only have a single instance of vault running and don’t really need HA.
Can somebody explain, how I can create backups and restores of my k/v engines?
I would really appreciate the help.
Thanks in advance,
Regards