This section discusses the changes that you need to be aware of when migrating your application from one version of Elasticsearch to another.
여기에서는 application을 Elasticsearch 다른 version으로 migration할 경우 알아야 할 변경 사항에 대해 이야기한다.
As a general rule:
일반적으로
Migration between major versions — e.g.
1.x
to2.x
— requires a full cluster restart.major version간(예:
1.x
에서2.x
으로)의 migration은 full cluster restart이 필요하다.Migration between minor versions — e.g.
1.x
to1.y
— can be performed by upgrading one node at a time.minor version간(예:
1.x
에서1.y
로)의 migration은 upgrading one node at a time으로 가능하다.
See Upgrading for more info.
더 많은 정보는 Upgrading을 참조하자.
'2.X > 8. Breaking Changes' 카테고리의 다른 글
v2.4 Breaking changes (0) | 2017.10.15 |
---|---|
v2.4-01. Query DSL (0) | 2017.10.15 |
v2.4-02. Index Templates (0) | 2017.10.15 |
v2.3 Breaking changes (0) | 2017.10.15 |
v2.2 Breaking changes (0) | 2017.10.15 |