I have been trying to restore an incremental snapshot for my ES cluster stored in azure storage account.
I am getting this error
{"error":{"root_cause":[{"type":"snapshot_restore_exception","reason":"[elasticsearch_snapshot:snapshot_2-19-2024] snapshot does not
exist"}],"type":"snapshot_restore_exception","reason":"[elasticsearch_snapshot:snapshot_2-19-2024] snapshot does not exist"},"status":500}
Both the source and destination ES cluster have the same storage account name and key properly configured. Also, Both clusters are running the same ES version 7.17.5.
We have verified all the indexes are in closed state and there are no failed indexes.
We have been successfully able to restore an initial snapshot {snapshot} and also an incremental snapshot {snapshot_1-31-2024} but when we are again trying to restore another incremental snapshot {snapshot_2-19-2024}, we are seeing issues.
I can see my snapshot in the response for list API on the source cluster
Clusters should only register a particular snapshot repository bucket once. If you register the same snapshot repository with multiple clusters, only one cluster should have write access to the repository. On other clusters, register the repository as read-only.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.