How do I fix a “new index ID” issue in a set of devices syncing with one another?
I was getting “[file name] has a new index ID” messages between device 1 and device 2, and sync wasn’t happening. So I went to device 2 and ran syncthing with -reset-deltas. That cured the problem between those two devices, but now the device 3 is issuing “has a new index ID” messages about device 2.
Do I need to go to each machine in my network and -reset-deltas or is this an issue Syncthing will sort out on its own if I leave it alone? Or maybe I need to shut them all down and then start them one at a time with -reset-deltas?