Skip to content

Commit 739f160

Browse files
authored
Add note to migration docs on silent batch mode (#29365)
A previous change removed silent batch mode for the plugin installer. This commit adds a note to the migration docs regarding this change.
1 parent 5c16cc6 commit 739f160

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/reference/migration/migrate_6_3.asciidoc

+12-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,15 @@ See {plugins}/repository-gcs-client.html#repository-gcs-client[Google Cloud Stor
1717
save disk space. As a consequence, database files had to be loaded in memory. Now the default database files
1818
that are stored uncompressed as `.mmdb` files which allows to memory-map them and save heap memory. Any
1919
custom database files must also be stored uncompressed. Consequently, the `database_file` property in any
20-
ingest pipelines that use the Geoip Processor must refer to the uncompressed database files as well.
20+
ingest pipelines that use the Geoip Processor must refer to the uncompressed database files as well.
21+
22+
==== Using the plugin installer without a TTY
23+
24+
The Elasticsearch plugin installer (`elasticsearch-plugin install`) would
25+
previously silently accept additional security permissions required by a plugin
26+
if standard input was closed or there was no TTY attached (e.g., `docker exec
27+
<container ID> elasticsearch-plugin install`). This silent accepting of
28+
additional security permissions has been removed. Now, a user must deliberately
29+
accept these permissions either by keeping standard input open and attaching a
30+
TTY (i.e., using interactive mode to accept the permissions), or by passing the
31+
`--batch` flag.

0 commit comments

Comments
 (0)