Add realm uniqueness enforcement in 7.4 migration docs (#47487)

Add the change to the migration docs as it was omitted in #46253
This commit is contained in:
Ioannis Kakavas 2019-10-03 11:03:29 +03:00 committed by GitHub
parent 5a3fa4a479
commit d55378e8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,13 @@ be disabled by setting the system property
[[breaking_74_settings_changes]]
=== Settings changes
[discrete]
[[breaking_74_unique_realm_names]]
==== Authentication realm name uniqueness is enforced
Authentication realm name uniqueness is now enforced. If you configure more than one realm of any type
with the same name, the node fails to start.
[discrete]
[[deprecate-pidfile]]
==== `pidfile` setting is being replaced by `node.pidfile`