2014-07-18 16:50:07 -04: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.
|
|
|
|
--
|
2015-09-03 09:00:52 -04:00
|
|
|
include::migrate_3_0.asciidoc[]
|
|
|
|
|
2015-08-19 10:43:50 -04:00
|
|
|
include::migrate_2_1.asciidoc[]
|
2014-07-18 16:50:07 -04:00
|
|
|
|
2014-10-12 11:54:21 -04:00
|
|
|
include::migrate_2_0.asciidoc[]
|
|
|
|
|
2015-05-05 11:51:24 -04:00
|
|
|
include::migrate_1_6.asciidoc[]
|
|
|
|
|
2014-11-13 07:50:42 -05:00
|
|
|
include::migrate_1_4.asciidoc[]
|
2014-07-18 16:50:07 -04:00
|
|
|
|
|
|
|
include::migrate_1_0.asciidoc[]
|