# Snapshot does not exist during migration

**URL:** https://discuss.elastic.co/t/snapshot-does-not-exist-during-migration/280596
**Category:** Elasticsearch
**Created:** [August 5, 2021, 8:19pm UTC](https://discuss.elastic.co/t/snapshot-does-not-exist-during-migration/280596 "2021-08-05T20:19:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![iceman](https://avatars.discourse-cdn.com/v4/letter/i/46a35a/32.png) [@iceman](https://discuss.elastic.co/u/iceman)
#### Post date: [August 5, 2021, 8:19pm UTC](https://discuss.elastic.co/t/snapshot-does-not-exist-during-migration/280596/1 "2021-08-05T20:19:45Z")

</div>

hi all,  
I want to migrate all the data from one k8s cluster to another , ES ver 7.10.1.  
So first I created successful snapshot on the first cluster:

```auto
[elasticsearch@es backup]$ curl -X PUT "localhost:9200/_snapshot/backup/snapshot_001?wait_for_completion=true&pretty"
{
  "snapshot" : {
    "snapshot" : "snapshot_001",
    "uuid" : "5h_bBA14ST2R2wrFYs8T6Q",
    "version_id" : 7100199,
    "version" : "7.10.1",
    "indices" : [
      "vabtaao5aeataraqqjar2s2aktae2aqaa__--",

```

Then copied the whole snapshot backup folder to the destination ES (same version), in the folder of restoring . Afterwards I tried to restore :

```auto
 curl -X POST "http://localhost:9200/_snapshot/backup/snapshot_001/_restore?pretty"
{
  "error" : {
    "root_cause" : [
      {
        "type" : "snapshot_restore_exception",
        "reason" : "[backup:snapshot_001] snapshot does not exist"
      }
    ],
    "type" : "snapshot_restore_exception",
    "reason" : "[backup:snapshot_001] snapshot does not exist"
  },
  "status" : 500
}

```

How on the destination ES cluster can I make this restore ?  
Thanks in advice

---

<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: [September 2, 2021, 8:20pm UTC](https://discuss.elastic.co/t/snapshot-does-not-exist-during-migration/280596/2 "2021-09-02T20:20:12Z")

</div>

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