Skip to content

Commit 7c45f3a

Browse files
Update deploy-manage/deploy/self-managed/install-elasticsearch-docker-configure.md
Co-authored-by: Vlada Chirmicci <[email protected]>
1 parent 5926291 commit 7c45f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/deploy/self-managed/install-elasticsearch-docker-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you’ve already created the keystore and don’t need to update it, you can
124124
-e KEYSTORE_PASSWORD=mypassword
125125
```
126126

127-
When you upgrade your cluster to a newer version, Elasticsearch will attempt to automatically upgrade the `elasticsearch.keystore` file to match. However, bind-mounted files are read-only, so Elasticsearch cannot automatically upgrade a bind-mounted `elasticsearch.keystore` file. Instead, if you are bind-mounting the `elasticsearch.keystore` file directly, you must use the `bin/elasticsearch-keystore upgrade` command to manually upgrade each node's keystore when you upgrade that node.
127+
When you upgrade your cluster to a newer version, {{es}} will attempt to automatically upgrade the `elasticsearch.keystore` file to match. However, bind-mounted files are read-only, so {{es}} cannot automatically upgrade a bind-mounted `elasticsearch.keystore` file. Instead, if you are bind-mounting the `elasticsearch.keystore` file directly, you must use the `bin/elasticsearch-keystore upgrade` command to manually upgrade each node's keystore when you upgrade that node.
128128

129129
## Using custom Docker images [_c_customized_image]
130130

0 commit comments

Comments
 (0)