opensearch-docs-cn/_opensearch/install/index.md

15 lines
622 B
Markdown
Raw Normal View History

2021-05-28 13:48:19 -04:00
---
layout: default
title: Install OpenSearch
nav_order: 2
redirect_from:
- /opensearch/install/
2021-05-28 13:48:19 -04:00
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, then restoring the snapshot to a cluster built with the target version. To learn more about restore points, see [Restore snapshots]({{site.url}}{{site.baseurl}}/opensearch/snapshots/snapshot-restore#restore-snapshots).
{: .note }