I am trying to test the snapshot restore functionality, where, the node's snapshot folder is maintained after the node shuts down.
rn.Node().Shutdown()
After this, a new node is created with the same previously shutdown node Id. So the idea is node can boot/restore from the existing snapshot (not sure if this the corret restore flow).
However, I am getting the error message -- error="bootstrap only works on new clusters"
Can you please elaborate on this error - error="bootstrap only works on new clusters" and if this is the correct way to restore? Let me know if we need more debug data.
Thanks,
AJ.