Jeff Huss d78b42f8ed
Added note about lack of downgrade support to the install landing page (#758)
Signed-off-by: jeffhuss <jeffhuss@amazon.com>
2022-07-07 10:14:01 -05:00

15 lines
542 B
Markdown

---
layout: default
title: Install OpenSearch
nav_order: 2
redirect_from:
- /opensearch/install/
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 }