Browse Source

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

Lisa Cawley 6 years ago
parent
commit
950d83da05

+ 5 - 0
docs/reference/upgrade/cluster_restart.asciidoc

@@ -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.*
 +
 --

+ 5 - 0
docs/reference/upgrade/rolling_upgrade.asciidoc

@@ -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.*
 +
 --