You can upgrade an individual VMware Tanzu for Valkey on Cloud Foundry 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.
Prerequisites
Before you can upgrade individual Tanzu for Valkey on Cloud Foundry service instances, you must have the cf CLI v6.46.0 or later.
Upgrading 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.
Content feedback and comments