# How to downgrade Elasticsearch 5.6.x Snapshot version?

**URL:** https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423
**Category:** Elasticsearch
**Created:** [July 24, 2020, 12:33am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423 "2020-07-24T00:33:25Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Jayden\_Chew](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jayden_chew/32/47984_2.png) [@Jayden\_Chew](https://discuss.elastic.co/u/Jayden_Chew)
#### Post date: [July 24, 2020, 12:33am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/1 "2020-07-24T00:33:25Z")

</div>

I've been attempting to migrate about 3TB of data from an AWS Elasticsearch Service cluster to a self managed Elasticsearch cluster made with EC2 instances. I was going to use snapshots to help with transferring all this data. Attempting to restore the snapshot to a self managed cluster has resulted in this error message:

```auto
{
  "error": {
    "root_cause": [
      {
        "type": "snapshot_restore_exception",
        "reason": "[backup:snapshot_2020071616/8sr3LiykSRmm5Eeq00y9LQ] the snapshot was created with Elasticsearch version [5.6.17] which is higher than the version of this node [5.6.16]"
      }
    ],
    "type": "snapshot_restore_exception",
    "reason": "[backup:snapshot_2020071616/8sr3LiykSRmm5Eeq00y9LQ] the snapshot was created with Elasticsearch version [5.6.17] which is higher than the version of this node [5.6.16]"
  },
  "status": 500
}

```

Is there anyway to downgrade the snapshot version? Remote reindexing from the AWS Elasticsearch service is out of the question (remote reindexing is not supported) and Logstash is not an option either as it takes far too long to migrate the data compared to using snapshots (we're talking about 3 hours with snapshots versus 25-40 hours using Logstash).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [July 24, 2020, 12:56am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/2 "2020-07-24T00:56:34Z")

</div>

Welcome to our community! 😃

There's not, no. Why don't you upgrade Elasticsearch?

---

<div class="post-metadata">

### Author: ![Jayden\_Chew](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jayden_chew/32/47984_2.png) [@Jayden\_Chew](https://discuss.elastic.co/u/Jayden_Chew)
#### Post date: [July 24, 2020, 1:17am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/3 "2020-07-24T01:17:16Z")

</div>

Our product doesn't support versions 6.x or higher. It was only built around 5.6.x.

---

<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: [July 24, 2020, 4:30am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/4 "2020-07-24T04:30:06Z")

</div>

I think that mark asked why you are not using 5.6.17 on the new cluster?

---

<div class="post-metadata">

### Author: ![Jayden\_Chew](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jayden_chew/32/47984_2.png) [@Jayden\_Chew](https://discuss.elastic.co/u/Jayden_Chew)
#### Post date: [July 24, 2020, 4:38am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/5 "2020-07-24T04:38:53Z")

</div>

Because 5.6.17 is not part of the official Elasticsearch releases. [https://www.elastic.co/downloads/past-releases#elasticsearch](https://www.elastic.co/downloads/past-releases#elasticsearch)

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [July 24, 2020, 5:13am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/6 "2020-07-24T05:13:33Z")

</div>

It looks like AWS have created their own 5.6 version. That will make it more difficult for users tied to that version to migrate away. In that case I suspect you need to restore it into a 6.x node and reindex remotely from there.

---

<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: [August 21, 2020, 5:13am UTC](https://discuss.elastic.co/t/how-to-downgrade-elasticsearch-5-6-x-snapshot-version/242423/7 "2020-08-21T05:13:35Z")

</div>

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