Added note about lack of downgrade support to the install landing page (#758)

Signed-off-by: jeffhuss <jeffhuss@amazon.com>
This commit is contained in:
Jeff Huss 2022-07-07 08:14:01 -07:00 committed by GitHub
parent 75c553f466
commit d78b42f8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ has_children: true
# Install and configure OpenSearch
OpenSearch has two installation options at this time: Docker images and tarballs.
OpenSearch does not support direct version downgrades. If your environment must be downgraded, we recommend [using snapshots to create a restore point](https://opensearch.org/docs/latest/opensearch/snapshot-restore/), then restoring the snapshot to a cluster built with the target version.
{: .note }