Skip to content

Commit f45a473

Browse files
authored
Remove the migrate tool (#42174)
This commit removes the deprecated migrate tool which was used to migrate users from the file realm to native realm when the native realm was first created.
1 parent 6cea318 commit f45a473

File tree

15 files changed

+8
-1230
lines changed

15 files changed

+8
-1230
lines changed

docs/reference/commands/index.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tasks from the command line:
99

1010
* <<certgen>>
1111
* <<certutil>>
12-
* <<migrate-tool>>
1312
* <<node-tool>>
1413
* <<saml-metadata>>
1514
* <<setup-passwords>>
@@ -21,7 +20,6 @@ tasks from the command line:
2120

2221
include::certgen.asciidoc[]
2322
include::certutil.asciidoc[]
24-
include::migrate-tool.asciidoc[]
2523
include::node-tool.asciidoc[]
2624
include::saml-metadata.asciidoc[]
2725
include::setup-passwords.asciidoc[]

docs/reference/commands/migrate-tool.asciidoc

Lines changed: 0 additions & 112 deletions
This file was deleted.

docs/reference/migration/migrate_8_0/security.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ The `xpack.security.authz.store.roles.index.cache.max_size` and
2525
been removed. These settings have been redundant and deprecated
2626
since the 5.2 release of {es}.
2727

28+
[float]
29+
[[migrate-tool-removed]]
30+
==== The `elasticsearch-migrate` tool has been removed
31+
32+
The `elasticsearch-migrate` tool provided a way to convert file
33+
realm users and roles into the native realm. It has been deprecated
34+
since 7.2.0. Users and roles should now be created in the native
35+
realm directly.

qa/vagrant/src/main/java/org/elasticsearch/packaging/util/Archives.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ private static void verifyDefaultInstallation(Installation es, Distribution dist
222222
"elasticsearch-certgen",
223223
"elasticsearch-certutil",
224224
"elasticsearch-croneval",
225-
"elasticsearch-migrate",
226225
"elasticsearch-saml-metadata",
227226
"elasticsearch-setup-passwords",
228227
"elasticsearch-sql-cli",

qa/vagrant/src/main/java/org/elasticsearch/packaging/util/Packages.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ private static void verifyDefaultInstallation(Installation es) {
244244
"elasticsearch-certgen",
245245
"elasticsearch-certutil",
246246
"elasticsearch-croneval",
247-
"elasticsearch-migrate",
248247
"elasticsearch-saml-metadata",
249248
"elasticsearch-setup-passwords",
250249
"elasticsearch-sql-cli",

x-pack/plugin/security/src/main/bin/elasticsearch-migrate

Lines changed: 0 additions & 10 deletions
This file was deleted.

x-pack/plugin/security/src/main/bin/elasticsearch-migrate.bat

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)