Upgrading an Individual Redis Service Instance
Page last updated:
This topic explains how to upgrade an individual Redis for Pivotal Platform on-demand service instance.
You can upgrade your service instances individually if an operator has made a newer version of the tile available and has enabled individual service instance upgrades. For the operator procedure, see Enable Individual Service Instance Upgrades.
Prerequisites
Before you can upgrade individual Redis for Pivotal Platform service instances, you must have the cf CLI v6.46.0 or later.
Upgrade a Service Instance
To upgrade a single service instance:
Confirm that an upgrade is available for the service instance by running:
cf services
The upgrade is available when the
upgrade available
column in the output saysyes
, for example:$ cf services Getting services in org system / space system as admin... name service plan last operation broker upgrade available testSI p.redis on-demand-cache create succeeded p.redis yes
Upgrade the service instance by running:
cf update-service SERVICE-INSTANCE --upgrade
Where
SERVICE-INSTANCE
is the name of the service instance that you want to upgrade.When prompted, confirm that you want to update.