Upgrading your trial version#

Upgrade your installation to the full version.

You can upgrade your trial version to the full version at any time. To upgrade you installation, complete the following steps:

  1. Visit the FlexNet download center to obtain your permanent key.

  2. From the downloaded key file, copy your permanent key.

  3. For Docker Compose installations, complete the following steps:

    1. In the /<velocity-install-directory>/.env file, paste the new key in the ACCESS_KEY property.

    2. In the <user_home>/.ucv/settings.json file, paste the new key in the accessKey property.

    3. Restart UrbanCodeā„¢ Velocity.

  4. For OpenShift installations, complete the following steps:

    1. Access your OpenShift project where UrbanCode Velocity is installed.

    2. Update the access.key property in the velocity-config ConfigMap.

    3. Cycle the security-api pod.

  5. For Kubernetes installations, run the following command: kubectl set env deployment/security-api ACCESS_KEY=<permanent_key>, and then cycle the security-api pod.

Parent topic: Upgrading