# Snapshot restore to another cluster - snapshot does not exist exception

**URL:** https://discuss.elastic.co/t/snapshot-restore-to-another-cluster-snapshot-does-not-exist-exception/77398
**Category:** Elasticsearch
**Created:** [March 4, 2017, 9:38pm UTC](https://discuss.elastic.co/t/snapshot-restore-to-another-cluster-snapshot-does-not-exist-exception/77398 "2017-03-04T21:38:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Shirel\_Vaiman](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shirel_vaiman/32/15638_2.png) [@Shirel\_Vaiman](https://discuss.elastic.co/u/Shirel_Vaiman)
#### Post date: [March 4, 2017, 9:38pm UTC](https://discuss.elastic.co/t/snapshot-restore-to-another-cluster-snapshot-does-not-exist-exception/77398/1 "2017-03-04T21:38:03Z")

</div>

Hi,  
I've started a 5.2.1 cluster, and I'm trying to restore all of the data from the old 2.3 cluster.

1. I did an initial snapshot to S3, it was successful, and I've managed to restore it to the new cluster.
2. I did another snapshot with a different name with the few missing indices (my indices are date based)
3. I'm unable to restore the new snapshot to the new cluster, the exception is"snapshot does not exist" .

When trying to get the status of the snapshot:  
old cluster:

```
curl -XGET http://old-cluster:9200/_snapshot/s3-elk-repo/snapshot-040317?pretty

```

{  
"snapshots" : [ {  
"snapshot" : "snapshot-040317",  
"version\_id" : 2030299,  
"version" : "2.3.2",  
"indices" : ["logstash-2017.03.03", "logstash-2017.02.27", "logstash-2017.02.22", "logstash-2017.03.01", "logstash-2017.03.02", "logstash-2017.02.28"],  
"state" : "SUCCESS",  
"start\_time" : "2017-03-04T15:21:50.138Z",  
"start\_time\_in\_millis" : 1488640910138,  
"end\_time" : "2017-03-04T16:37:06.024Z",  
"end\_time\_in\_millis" : 1488645426024,  
"duration\_in\_millis" : 4515886,  
"failures" : [],  
"shards" : {  
"total" : 12,  
"failed" : 0,  
"successful" : 12  
}  
} ]  
}

And the new cluster:

```
curl -XGET http://new-cluster:9200/_snapshot/s3-elk-repo/snapshot-040317?pretty

```

{  
"error" : {  
"root\_cause" : [  
{  
"type" : "snapshot\_missing\_exception",  
"reason" : "[s3-elk-repo:snapshot-040317] is missing"  
}  
],  
"type" : "snapshot\_missing\_exception",  
"reason" : "[s3-elk-repo:snapshot-040317] is missing"  
},  
"status" : 404  
}

Can you please help? I don't understand what's not working here...

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 1, 2017, 9:38pm UTC](https://discuss.elastic.co/t/snapshot-restore-to-another-cluster-snapshot-does-not-exist-exception/77398/2 "2017-04-01T21:38:18Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
