Versions Compared

Key

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

...

Code Block
languagebash
sudo vim [VOLUMES_DIR]/config-shared/globalConfig/globalConfig.properties

And change these properties You must change properties "redis.cache.nodes" and "redis.store.nodes" to these values:

Code Block
languagejava
redis.cache.nodes=172.17.0.1:6379,172.17.0.1:6380,172.17.0.1:6381,172.17.0.1:6382,172.17.0.1:6383,172.17.0.1:6384
redis.store.nodes=172.17.0.1:6379,172.17.0.1:6380,172.17.0.1:6381,172.17.0.1:6382,172.17.0.1:6383,172.17.0.1:6384

...

If you need to update any other configuration property, you can modify now any other configuration option. Changes will be taken into account.

Step 8: run the install script for the new version

Running the installation with existing volumes script will recreate the new Redis Cluster and start all needed services:

...