[DOCS] Added upgrade step for realm settings (#39672)

This commit is contained in:
Lisa Cawley 2019-03-12 13:02:00 -07:00 committed by lcawl
parent 049970af3e
commit 77e46b4f53
2 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,11 @@ Use the `elasticsearch-plugin` script to install the upgraded version of each
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
a node.
. If you use {es} {security-features} to define realms, verify that your realm
settings are up-to-date. The format of realm settings changed in version 7.0, in
particular, the placement of the realm type changed. See
<<realm-settings,Realm settings>>.
. *Start each upgraded node.*
+
--

View File

@ -72,6 +72,11 @@ Use the `elasticsearch-plugin` script to install the upgraded version of each
installed Elasticsearch plugin. All plugins must be upgraded when you upgrade
a node.
. If you use {es} {security-features} to define realms, verify that your realm
settings are up-to-date. The format of realm settings changed in version 7.0, in
particular, the placement of the realm type changed. See
<<realm-settings,Realm settings>>.
. *Start the upgraded node.*
+
--