[DOCS] Added upgrade step for realm settings (#39672)
This commit is contained in:
parent
049970af3e
commit
77e46b4f53
|
@ -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.*
|
||||
+
|
||||
--
|
||||
|
|
|
@ -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.*
|
||||
+
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue