# Restore-elastic-search-snapshot-from-2-3-0-to-5-6-0

**URL:** https://discuss.elastic.co/t/restore-elastic-search-snapshot-from-2-3-0-to-5-6-0/145512
**Category:** Elasticsearch
**Created:** [August 22, 2018, 7:54am UTC](https://discuss.elastic.co/t/restore-elastic-search-snapshot-from-2-3-0-to-5-6-0/145512 "2018-08-22T07:54:19Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![deepsing](https://avatars.discourse-cdn.com/v4/letter/d/d26b3c/32.png) [@deepsing](https://discuss.elastic.co/u/deepsing)
#### Post date: [August 22, 2018, 9:21am UTC](https://discuss.elastic.co/t/restore-elastic-search-snapshot-from-2-3-0-to-5-6-0/145512/9 "2018-08-22T09:21:08Z")

</div>

Thanks, Abdon  
I am able to resolve it.  
I was using

```auto
path.repo: ["C:/backup_elasticsearch_2_3_0"]

```

but when I used

```auto
path.repo: ["C:\\backup_elasticsearch_2_3_0"]

```

It is working fine.

But I noticed that indices is restored in elasticsearch 5.6.0 with some dummy name instead of "event-YYYY.MM.DD"

---

_[View the full topic](https://discuss.elastic.co/t/restore-elastic-search-snapshot-from-2-3-0-to-5-6-0/145512)._
