_command-line-tool-changes.asciidoc 754 B

12345678910111213141516171819202122232425
  1. [discrete]
  2. [[breaking_80_command_line_tool_changes]]
  3. ==== Command line tool changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. TIP: {ess-skip-section}
  8. [[migrate-tool-removed]]
  9. .The `elasticsearch-migrate` tool has been removed.
  10. [%collapsible]
  11. ====
  12. *Details* +
  13. The `elasticsearch-migrate` tool provided a way to convert file
  14. realm users and roles into the native realm. It has been deprecated
  15. since {es} 7.2.0. Users and roles should now be created in the native
  16. realm directly.
  17. *Impact* +
  18. Discontinue use of the `elasticsearch-migrate` tool. Attempts to use the
  19. `elasticsearch-migrate` tool will result in an error.
  20. ====
  21. //end::notable-breaking-changes[]