Hello, everyone. How have you been?
I have a question related to the upgrade process. In docs (and viewing some posts here in the forum), it is said that the concept of rollback does not exist in Elasticsearch, but we have the possibility to make a snapshot restore taken in some time in the past.
But in reference it is said that "You can only restore a snapshot to a running cluster with an elected master node.".
What if:
- for some unexpected reason all my master nodes fail during the process?
- I am upgrading a single-master cluster and the upgrade process fails?
My first thought is making some other node a master node (or creating a new one in case of single-master cluster) but I am not sure if it is possible during a complete master nodes fail.
Is there any official tip in this sense? Or better ideas to handle these scenarios?
Thank you!!