IDM 7.3.1

Update to a maintenance release

The Maintenance releases incorporate a collection of fixes and minor RFEs. IDM 7.3.1 is the latest maintenance release for IDM 7.3. To upgrade an existing IDM 7.3.x deployment, follow these steps:

  1. Download and extract the IDM 7.3.1 binary from the ForgeRock BackStage download site.

  2. Copy any customized configuration files, scripts, or workflow definitions from your existing deployment to the comparable directory in your 7.3.1 deployment.

  3. If you are still running an earlier version of IDM 7.3.x, copy the conf/authentication.json file from your existing deployment to the conf/ directory in your 7.3.1 deployment.

  4. Copy the keystore and truststore from your existing deployment to the 7.3.1 deployment. For example:

    cp -r /path/to/openidm73x/security /path/to/openidm731
  5. Configure the IDM 7.3.1 server to point to your existing repository:

    • If you are using an external DS repository, verify the accuracy of the conf/repo.ds.json file in your new deployment.

    • If you are using a JDBC repository, verify the accuracy of the following files in your new deployment:

      • conf/repo.jdbc.json

      • conf/datasource.jdbc-default.json

      • resolve/boot.properties (particularly the values for openidm.repo.host and openidm.repo.port)

  6. If you are using workflow, you must run the Flowable upgrade scripts for your database type. These upgrade scripts are incremental and must be run in order, starting with the correct script based on your current Flowable version.

    1. To determine your current Flowable version, check the /path/to/openidm/bundle/flowable-engine-versionNumber.jar file in your old IDM installation.

    2. Run the upgrade scripts from /path/to/openidm/db/database-type/scripts/updates/ in order, starting with your current flowable version:

      1. flowable.database-type.upgradestep.6.6.0.to.6.7.0.all.sql

      2. flowable.database-type.upgradestep.6.7.0.to.6.7.1.all.sql

      3. flowable.database-type.upgradestep.6.7.1.to.6.7.2.all.sql

      4. flowable.database-type.upgradestep.6.7.2.to.6.8.0.all.sql

  7. Shut down your existing IDM 7.3.x server.

  8. Start your IDM 7.3.1 server.

Copyright © 2010-2024 ForgeRock, all rights reserved.