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.

Prerequisites

Before you can upgrade individual Redis for Tanzu Application Service service instances, you must have the cf CLI v6.46.0 or later.

Upgrading a service instance

To upgrade a single service instance:

  1. 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
    
  2. 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.

  3. When prompted, confirm that you want to update.

check-circle-line exclamation-circle-line close-line
Scroll to top icon