Skip to content

Commit

Permalink
Add a known issue for upgrading from 5.x to 6.3.0 (#31501)
Browse files Browse the repository at this point in the history
This is due to #31482
  • Loading branch information
bleskes committed Jun 21, 2018
1 parent 2c6437b commit 7af6bd1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/reference/release-notes/6.3.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
[[release-notes-6.3.0]]
== {es} version 6.3.0

[float]
=== Known issues

Upgrades from any 5.x version will fail for indexes which are prepared using the <<indices-synced-flush, _synced flush API>>,
or were automatically sync-flushed due to inactivity. If upgrading from those versions, please
wait for 6.3.1 to be released.

Clusters with a Gold or Platinum license that are upgrading to 6.3 will need to explicitly set
`xpack.security.enabled: true` in `elasticsearch.yml` to upgrade successfully.
If this value is not set, the cluster will be unable to form after upgrade.

Also see <<breaking-changes-6.3>>.

[[breaking-6.3.0]]
Expand Down

0 comments on commit 7af6bd1

Please sign in to comment.