Skip to content

Commit 5926291

Browse files
committed
Bind-mounted keystores in upgrades
Adds a note about upgrading the keystore manually if bind-mounted directly.
1 parent 3fd1113 commit 5926291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +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.
127128

128129
## Using custom Docker images [_c_customized_image]
129130

0 commit comments

Comments
 (0)