Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Before upgrading the cell environment, in the cell manager, execute the following command:

    Code Block
    curl -X PUT "montier-es-http:9200/_cluster/settings" -H 'Content-Type: application/json' -d'{"persistent":{"cluster.max_shards_per_node":"20000"}}'
    
    Expected response:
    {"acknowledged":true,"persistent":{"cluster":{"max_shards_per_node":"20000"}},"transient":{}}
  2. After upgrading the cel cell manager, copy /app/keys directory (including any sub-directories) from the cell manager to all cell members (this will share the encryption key and generated certificates between the cell components).

...