So i was experimenting with initial multi-master 2-node setup (node1, node2) and was working. I added a new node (node3) to the cluster and didn’t notice for whatever reason node1 was shutting down or not running (not sure). As soon as I start node1, it was already synced with node3 and my old db in node1 is gone.
By any chance i can force node2 (with old data) to bootstrap and primary to sync to node1 and node3?
I’m not sure if the scenario makes sense but now im left with old db gone.
Thanks.