mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
f0033783db
This setting is not documented and has dubious value since it means there can be nodes in the cluster (non-data and non-master nodes) that do not have persistent node IDs. This does not have any use cases so this commit removes the setting.
23 lines
642 B
Plaintext
23 lines
642 B
Plaintext
[[breaking-changes]]
|
|
= Breaking changes
|
|
|
|
[partintro]
|
|
--
|
|
This section discusses the changes that you need to be aware of to migrate
|
|
your application to {version}. For more information about what's new in this
|
|
release, see the <<release-highlights>> and <<es-release-notes>>.
|
|
|
|
For information about how to upgrade your cluster, see <<setup-upgrade>>.
|
|
|
|
--
|
|
|
|
include::migrate_7_8.asciidoc[]
|
|
include::migrate_7_7.asciidoc[]
|
|
include::migrate_7_6.asciidoc[]
|
|
include::migrate_7_5.asciidoc[]
|
|
include::migrate_7_4.asciidoc[]
|
|
include::migrate_7_3.asciidoc[]
|
|
include::migrate_7_2.asciidoc[]
|
|
include::migrate_7_1.asciidoc[]
|
|
include::migrate_7_0.asciidoc[]
|