mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-24 19:01:56 +01:00
Sometimes `talosctl etcd snapshot` might not be available, for example when etcd is not healthy. In that case it's possible to copy raw etcd data directory with `talosctl cp /var/lib/etcd .` and use `member/snap/db` to recover the cluster. But such copy won't pass integrity checks, so they should be disabled explicitly. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com> (cherry picked from commit 0bd8b0e8008c12e4914c6e9b5faf06dda6c744f7)