Skip to main content
Version: 1.9

Upgrading

How ADS is upgraded depends on the method used to run the application, via a Docker container or from the command line.

Upgrading ADS run via a Docker container

To upgrade Access Decision Service:

  1. Download the new ADS distribution zip file. (See Preparing to install ADS for downloading instructions.)
  2. Check the Release notes page, to see if the new version introduces any changes of functionality that will have an impact on any changes you may have made to the currently used deployment configuration file.
  3. Stop ADS.
  4. If needed, edit the deployment configuration file of the upgraded version to align with your customized version, or (if applicable) replace the deployment configuration file in the Docker container with your customized version.
  5. Install the new ADS version. (Follow the steps in the section Installing the application.)

Upgrading ADS run on the command line

To upgrade Access Decision Service:

  1. Download the new access-decision-service-<version>.jar file provided by Customer Support.
  2. Check the Release notes page, to see if the new version introduces any changes of functionality that require the deployment configuration file to be edited or itself replaced.
  3. Stop ADS.
  4. If needed, edit the deployment configuration file to align with your customized version.
  5. Replace the old version of the access-decision-service-<version>.jar with the new version.
  6. Restart ADS.

Note: Remember to update the run command with the new version number of the ADS jar file.