# Elasticsearch snapshot restore from 8.6.2 to 8.6.0

**URL:** https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863
**Category:** Elasticsearch
**Created:** [April 21, 2024, 2:54pm UTC](https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863 "2024-04-21T14:54:02Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sh\_kh\_9](https://avatars.discourse-cdn.com/v4/letter/s/8dc957/32.png) [@sh\_kh\_9](https://discuss.elastic.co/u/sh_kh_9)
#### Post date: [April 21, 2024, 2:54pm UTC](https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863/1 "2024-04-21T14:54:02Z")

</div>

I am in a dilemma, We have elasticsearch 8.6.2 deployed and the cluster is working fine since a year now but due to a mishap, the elasticsearch version that was supposed to be deployed was 8.6.0, I am thinking of performing a blue green deployment with snapshot restore from 8.6.2 to 8.6.0. Is is possible? Will this cause any breaking issues? The cluster compatibility says that if index was created in 8.0-8.13, it can be restored in the same version. please correct me if I am wrong.

Also, please note: I am aware of the fact that 8.6.2 is simply 8.6.0 with additional security + bug fixes

---

<div class="post-metadata">

### Author: ![yago82](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yago82/32/97755_2.png) [@yago82](https://discuss.elastic.co/u/yago82)
#### Post date: [April 21, 2024, 3:15pm UTC](https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863/2 "2024-04-21T15:15:59Z")

</div>

> [@sh\_kh\_9](#):
>
> I am in a dilemma, We have elasticsearch 8.6.2 deployed and the cluster is working fine since a year now but due to a mishap, the elasticsearch version that was supposed to be deployed was 8.6.0, I am thinking of performing a blue green deployment with snapshot restore from 8.6.2 to 8.6.0. Is is possible? Will this cause any breaking issues? The cluster compatibility says that if index was created in 8.0-8.13, it can be restored in the same version. please correct me if I am wrong.
> 
> Also, please note: I am aware of the fact that 8.6.2 is simply 8.6.0 with additional security + bug fixes

Hi,

since 8.6.2 is a minor version upgrade from 8.6.0 with additional security and bug fixes, it might be possible to downgrade without any issues. But it's important to note that this is not guaranteed and is not officially supported.

Regards

---

<div class="post-metadata">

### Author: ![sh\_kh\_9](https://avatars.discourse-cdn.com/v4/letter/s/8dc957/32.png) [@sh\_kh\_9](https://discuss.elastic.co/u/sh_kh_9)
#### Post date: [April 21, 2024, 3:49pm UTC](https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863/3 "2024-04-21T15:49:07Z")

</div>

Hey Yago,

Just curious to know why is it not officially supported?

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [April 21, 2024, 4:06pm UTC](https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863/4 "2024-04-21T16:06:05Z")

</div>

I don't think it'll work, but anyway it's not officially supported because the [docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html#snapshot-restore-version-compatibility) say it doesn't work:

> You can’t restore a snapshot to an earlier version of Elasticsearch.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [April 21, 2024, 4:13pm UTC](https://discuss.elastic.co/t/elasticsearch-snapshot-restore-from-8-6-2-to-8-6-0/357863/5 "2024-04-21T16:13:28Z")

</div>

Agreed. If you really want to do that, I'd recommend doing a reindex from remote.  
But TBH, I'd stay with the current version. Or even better upgrade to 8.13.2 😊
