2014-07-18 22:50:07 +02:00
|
|
|
[[breaking-changes]]
|
|
|
|
= Breaking changes
|
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
|
|
|
This section discusses the changes that you need to be aware of when migrating
|
|
|
|
your application from one version of Elasticsearch to another.
|
|
|
|
|
|
|
|
As a general rule:
|
|
|
|
|
|
|
|
* Migration between major versions -- e.g. `1.x` to `2.x` --
|
|
|
|
requires a <<restart-upgrade,full cluster restart>>.
|
|
|
|
|
|
|
|
* Migration between minor versions -- e.g. `1.x` to `1.y` -- can be
|
|
|
|
performed by <<rolling-upgrades,upgrading one node at a time>>.
|
|
|
|
|
|
|
|
See <<setup-upgrade>> for more info.
|
|
|
|
--
|
2016-02-29 09:35:48 -05:00
|
|
|
include::migrate_5_0.asciidoc[]
|
2015-09-03 15:00:52 +02:00
|
|
|
|
2016-01-14 15:05:00 +01:00
|
|
|
include::migrate_2_3.asciidoc[]
|
|
|
|
|
2015-11-11 13:55:35 +07:00
|
|
|
include::migrate_2_2.asciidoc[]
|
|
|
|
|
2015-12-03 14:24:19 +01:00
|
|
|
include::migrate_2_1.asciidoc[]
|
|
|
|
|
2014-10-12 17:54:21 +02:00
|
|
|
include::migrate_2_0.asciidoc[]
|
|
|
|
|
2015-05-05 17:51:24 +02:00
|
|
|
include::migrate_1_6.asciidoc[]
|
|
|
|
|
2014-11-13 13:50:42 +01:00
|
|
|
include::migrate_1_4.asciidoc[]
|
2014-07-18 22:50:07 +02:00
|
|
|
|
|
|
|
include::migrate_1_0.asciidoc[]
|