# Enabling multiple snapshot operations in ES 6.5.4

**URL:** https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536
**Category:** Elasticsearch
**Tags:** snapshot-and-restore
**Created:** [March 13, 2023, 9:15am UTC](https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536 "2023-03-13T09:15:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Het\_Desai](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/het_desai/32/116101_2.png) [@Het\_Desai](https://discuss.elastic.co/u/Het_Desai)
#### Post date: [March 13, 2023, 9:15am UTC](https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536/1 "2023-03-13T09:15:53Z")

</div>

We have ES 6.5.4 and using S3 repository in our different machines. We move data from one machine to another using snapshot/restore process. Now only 1 concurrent snapshot operation is allowed per machine. If we do some other snapshot operation during one operation already in progress, we are getting error as below,

```auto
{
  "error": {
    "root_cause": [
      {
        "type": "concurrent_snapshot_execution_exception",
        "reason": "[REPO_NAME:test11] a snapshot is already running"
      }
    ],
    "type": "concurrent_snapshot_execution_exception",
    "reason": "[REPO_NAME:test11] a snapshot is already running"
  },
  "status": 503
}

```

As we are getting more data to move from one machine to another, this phase has become bottleneck of our pipeline.

There is a way to do multiple snapshot operations in ES 8.6 . It has default limit of 1000.

[ES documentation for 8.6](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-settings.html#snapshot-max-concurrent-ops)

Is there any way we can enable multiple snapshot operation in ES 6.5.4 ?

---

<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: [March 13, 2023, 9:38am UTC](https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536/2 "2023-03-13T09:38:05Z")

</div>

> [@Het\_Desai](#):
>
> Is there any way we can enable multiple snapshot operation in ES 6.5.4 ?

No, I do not believe there is. Be aware that the version you are using is very old and EOL, so I would recommend upgrading to the latest version anyway.

---

<div class="post-metadata">

### Author: ![Het\_Desai](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/het_desai/32/116101_2.png) [@Het\_Desai](https://discuss.elastic.co/u/Het_Desai)
#### Post date: [March 13, 2023, 9:52am UTC](https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536/3 "2023-03-13T09:52:02Z")

</div>

Thanks @Christian_Dahlqvist for replying.

I am getting your point but changing ES version is a huge step for our company. We have many products, APIs and search facility running on production with this version.

Changing version would be last step for scenarios like us.

---

<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: [March 13, 2023, 10:16am UTC](https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536/4 "2023-03-13T10:16:29Z")

</div>

I believe this area has been changed significantly in recent versions so do unfortunately not think there are any workarounds in an old version like 6.5.4. Let's see if anyone else has any suggestions.

---

<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 10, 2023, 10:17am UTC](https://discuss.elastic.co/t/enabling-multiple-snapshot-operations-in-es-6-5-4/327536/5 "2023-04-10T10:17:15Z")

</div>

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