cool-jewelry-75805
09/04/2024, 5:50 PMetcd
node (etcdctl snapshot save snapshot.db
followed by etcdctl snapshot restore snapshot.db
on the new node/cluster) as well as using the option in the Rancher UI to take a snapshot (RKE, which gets saved as a zip file on the etcd
node in /opt/rke/etcd-snapshots
) and then manually update and copy this zip file to the new etcd
node for the new cluster and attempt to restore via Rancher UI (this is a weird process - I will explain what I did if needed). Neither of these attempts has worked - the manual etcd
snapshot restore didn’t result in my application getting deployed, and the Rancher/RKE snapshot results in an error when I attempt to restore.
Any help/guidance for moving a setup from one cluster to another would be greatly appreciated. Please let me know if more info or detail is needed. Thank you.