Update to a maintenance release
The Maintenance releases incorporate a collection of fixes and minor RFEs. IDM 7.2.2 is the latest maintenance release for IDM 7.2. To upgrade an existing IDM 7.2.x deployment, follow these steps:
-
Download and extract the IDM 7.2.2 binary from the Backstage download site.
-
Copy any customized configuration files, scripts, or workflow definitions from your existing deployment to the comparable directory in your 7.2.2 deployment.
-
If you are still running an earlier version of IDM 7.2.x, copy the
conf/authentication.jsonfile from your existing deployment to theconf/directory in your 7.2.2 deployment. -
Copy the keystore and truststore from your existing deployment to the 7.2.2 deployment. For example:
cp -r /path/to/openidm72x/security /path/to/openidm722 -
Configure the IDM 7.2.2 server to point to your existing repository:
-
If you are using an external DS repository, verify the accuracy of the
conf/repo.ds.jsonfile 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 foropenidm.repo.hostandopenidm.repo.port)
-
-
-
Shut down your existing IDM 7.2.x server.
-
Start your IDM 7.2.2 server.