

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 스냅샷을 사용하여 데이터 마이그레이션
<a name="snapshot-based-migration"></a>

인플레이스 업그레이드는 도메인을 새 OpenSearch 또는 Elasticsearch 버전으로 업그레이드하는 더 쉽고 빠르며 안정적인 방법입니다. 스냅샷은 5.1 이전 버전의 Elasticsearch에서 마이그레이션하거나 완전히 새 클러스터로 마이그레이션하려는 경우 적합한 옵션입니다.

다음 표에는 스냅샷을 통해 데이터를 다른 OpenSearch 또는 Elasticsearch 버전을 사용하는 도메인으로 마이그레이션하는 방법이 나와 있습니다. 스냅샷 생성 및 복원에 대한 자세한 내용은 [Amazon OpenSearch Service에서 인덱스 스냅샷 생성](managedomains-snapshots.md) 섹션을 참조하세요.


| 구 버전 | 새 버전 | 마이그레이션 프로세스 | 
| --- | --- | --- | 
| OpenSearch 1.3 또는 2.x | OpenSearch 2.x |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| OpenSearch 1.x | OpenSearch 1.x |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 6.x 또는 7.x | OpenSearch 1.x |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 6.x | Elasticsearch 7.x |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 6.x | Elasticsearch 6.8 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 5.x | Elasticsearch 6.x |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 5.x | Elasticsearch 5.6 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 2.3 | Elasticsearch 6.x | Elasticsearch 2.3 스냅샷은 6.*x*와 호환되지 않습니다. 데이터를 2.3에서 6.*x*로 직접 마이그레이션하려면 새 도메인에서 인덱스를 수동으로 다시 만들어야 합니다.<br />또는 이 표의 2.3\~5.*x* 단계에 따라 새 5.*x* 도메인에서 `_reindex` 작업을 수행하여 2.3 인덱스를 5.*x* 인덱스로 변환한 다음, 5.*x*\~6.*x* 단계를 따릅니다. | 
| Elasticsearch 2.3 | Elasticsearch 5.x |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 
| Elasticsearch 1.5 | Elasticsearch 5.x | Elasticsearch 1.5 스냅샷은 5.*x*와 호환되지 않습니다. 데이터를 1.5에서 5.*x*로 마이그레이션하려면 새 도메인에서 인덱스를 수동으로 다시 만들어야 합니다. 1.5 스냅샷은 2.3과 *호환*되지만, OpenSearch Service 2.3 도메인에서는 `_reindex` 작업을 지원하지 않습니다. 인덱스를 다시 만들 수는 없기 때문에 1.5 도메인에서 만든 인덱스는 2.3 스냅샷에서 5.*x* 도메인으로 복원할 수 없습니다.  | 
| Elasticsearch 1.5 | Elasticsearch 2.3 |  [See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/opensearch-service/latest/developerguide/snapshot-based-migration.html)  | 