12345678910111213141516171819202122232425 |
- [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[]
|