# Elastic Search Indices Migration from Version 5.6 to Version 8.11 (New ES cluster)

**URL:** https://discuss.elastic.co/t/elastic-search-indices-migration-from-version-5-6-to-version-8-11-new-es-cluster/348784
**Category:** Elasticsearch
**Created:** [December 7, 2023, 6:52am UTC](https://discuss.elastic.co/t/elastic-search-indices-migration-from-version-5-6-to-version-8-11-new-es-cluster/348784 "2023-12-07T06:52:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![chateesh](https://avatars.discourse-cdn.com/v4/letter/c/8baadc/32.png) [@chateesh](https://discuss.elastic.co/u/chateesh)
#### Post date: [December 7, 2023, 6:52am UTC](https://discuss.elastic.co/t/elastic-search-indices-migration-from-version-5-6-to-version-8-11-new-es-cluster/348784/1 "2023-12-07T06:52:36Z")

</div>

Hi Team,

Indices in ES version 5.6 are compatible with ES version 8.11 (New ES Cluster) if we restore these indices by pointing snapshot repository of ES 5.6 cluster to new ES 8.11 cluster?

Can you please share the steps to perform indices migration from 5.6 cluster to 8.11 cluster.

ES (5.6 version) cluster Snapshot repository type is S3

Thanks

---

<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: [December 7, 2023, 7:01am UTC](https://discuss.elastic.co/t/elastic-search-indices-migration-from-version-5-6-to-version-8-11-new-es-cluster/348784/2 "2023-12-07T07:01:39Z")

</div>

> [@chateesh](#):
>
> Indices in ES version 5.6 are compatible with ES version 8.11 (New ES Cluster) if we restore these indices by pointing snapshot repository of ES 5.6 cluster to new ES 8.11 cluster?

Elasticsearch can generally only fully operate with indices from the latest prior version. There is [functionality in recent versions to mount older indices in read-only mode](https://www.elastic.co/guide/en/elasticsearch/reference/8.11/archive-indices.html), but I believe [this requires a commercial Enterprise license](https://www.elastic.co/subscriptions). If you do not have an Enterprise license or need to update or add to the migrated indices you will need to [reindex your data](https://www.elastic.co/guide/en/elasticsearch/reference/8.11/reindex-upgrade-remote.html). This will require you to update your mappings and remove any use of deprecated features, e.g. document types.

---

<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: [January 4, 2024, 7:02am UTC](https://discuss.elastic.co/t/elastic-search-indices-migration-from-version-5-6-to-version-8-11-new-es-cluster/348784/3 "2024-01-04T07:02:14Z")

</div>

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