Skip to content

Commit c057f6a

Browse files
Bind-mounted keystores in upgrades (#3006)
Adds a note about upgrading the keystore manually if bind-mounted directly. Co-authored-by: Vlada Chirmicci <[email protected]>
1 parent 1eca971 commit c057f6a

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, {{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.
127128

128129
## Using custom Docker images [_c_customized_image]
129130

0 commit comments

Comments
 (0)