You can upgrade an individual Redis for VMware Tanzu Application Service on-demand service instance.
You can upgrade your service instances individually, if you have made a newer version of the tile available and enabled individual service instance upgrades. For the procedure, see Enabling individual Service Instance upgrades.
Before you can upgrade individual Redis for Tanzu Application Service service instances, you must have the cf CLI v6.46.0 or later.
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 says yes
, 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.