-
We have a 3 node etcd cluster running on a VM and would like to know if the VM Snapshot can be used for restoring etcd in case of disaster recovery. |
Beta Was this translation helpful? Give feedback.
Answered by
ahrtr
Sep 20, 2024
Replies: 1 comment
-
It should work. It's easy to restore the etcd cluster as long as you have an etcd backup, which can be either a snapshot created by |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmhbnz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should work. It's easy to restore the etcd cluster as long as you have an etcd backup, which can be either a snapshot created by
etcdctl snapshot save
or a db file (from ${DATA_DIR}/member/snap/db). If you have a VM snapshot, so I assume you have an etcd db file at least.