Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ products:

# Reading indices from older {{es}} versions [archive-indices]

{{es}} has full query and write support for indices created in the previous major version. If you have indices created in {{es}} versions 5 or 6, you can use the archive functionality to import them into newer {{es}} versions as well.
{{es}} has full query and write support for indices created in the previous major version. If you have indices created in {{es}} versions 5, 6, or 7, you can use the archive functionality to import them into newer {{es}} versions as well.

The archive functionality provides slower read-only access to older {{es}} data, for compliance or regulatory reasons, the occasional lookback or investigation, or to rehydrate parts of it. Access to the data is expected to be infrequent, and can therefore happen with limited performance and query capabilities.

Expand Down Expand Up @@ -50,7 +50,7 @@ Due to `_source` access, the data can also be [reindexed](https://www.elastic.co

## Upgrade older {{es}} clusters [_how_to_upgrade_older_es_clusters]

To upgrade older {{es}} 5 or 6 clusters:
To upgrade older {{es}} 5, 6, or 7 clusters:

1. Take a snapshot of the indices in the old cluster.
2. Delete any indices created before 8.0.0.
Expand Down