mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Removes some unneeded files related to the previous organization of breaking changes. Relates to #79162 and https://github.com/elastic/stack-docs/pull/1877
25 lines
754 B
Text
25 lines
754 B
Text
[discrete]
|
|
[[breaking_80_command_line_tool_changes]]
|
|
==== Command line tool changes
|
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
//Installation and Upgrade Guide
|
|
|
|
//tag::notable-breaking-changes[]
|
|
TIP: {ess-skip-section}
|
|
|
|
[[migrate-tool-removed]]
|
|
.The `elasticsearch-migrate` tool has been removed.
|
|
[%collapsible]
|
|
====
|
|
*Details* +
|
|
The `elasticsearch-migrate` tool provided a way to convert file
|
|
realm users and roles into the native realm. It has been deprecated
|
|
since {es} 7.2.0. Users and roles should now be created in the native
|
|
realm directly.
|
|
|
|
*Impact* +
|
|
Discontinue use of the `elasticsearch-migrate` tool. Attempts to use the
|
|
`elasticsearch-migrate` tool will result in an error.
|
|
====
|
|
//end::notable-breaking-changes[]
|