Hi Team, I've deployed a 3-node Harvester cluster ...
# harvester
m
Hi Team, I've deployed a 3-node Harvester cluster on my local server. I’d like to know if there’s a recommended method to take a snapshot or backup of the node servers, so that I can restore the server data easily in case I need to redeploy Orion on the same servers.
b
They're not really meant for backup/snapshots like VMs are.
The basic thing is that you have an etcd backup, and all of your VMs backedup to an external source (s3 or nfs)
I don't know what Orion is.
w
the only way i can think of doing this is shut all 3 nodes down then dd each disk. if you need to restore you'd need to dd each disk's image back to the respective server.
t
harvester is meant for bare metal. Running it in as a VM is not recommended.
b
And if you have a single host, there's no real benefit to running 3 nodes vs 1
🙃 1
t
thanks I was going to add that too!