Update to a Maintenance Release
"Maintenance Releases" incorporate a collection of fixes and minor RFEs. IDM 7.0.4 is the latest maintenance release for IDM 7. To upgrade an existing IDM 7 deployment to IDM 7.0.4, follow these steps:
Download and extract the IDM 7.0.4 binary from the ForgeRock BackStage download site.
Copy any customized configuration files, scripts, or workflow definitions from your existing deployment to the comparable directory in your 7.0.4 deployment.
Copy the
conf/authentication.json
file from your existing deployment to theconf
directory in your 7.0.4 deployment.Copy the keystore and truststore from your existing deployment to the 7.0.4 deployment. For example:
cp -r /path/to/openidm7/security /path/to/openidm704
Configure the IDM 7.0.4 server to point to your existing repository:
If you are using an external DS repository, make sure that the
conf/repo.ds.json
file in your new deployment is accurate.If you are using a JDBC repository, make sure that the
conf/repo.jdbc.json
andconf/datasource.jdbc-default.json
files in your new deployment are accurate, and that yourresolve/boot.properties
file has the correct values foropenidm.repo.host
andopenidm.repo.port
.
The Flowable embedded workflow engine has been upgraded to version 6.6.0 in IDM 7.0.4.
If you have existing workflow data in your IDM 7 instance, run the schema update scripts for your repository type (in the
openidm/db/database-type/scripts/updates
directory).Note
Flowable can perform the schema updates automatically, but only if the database user account has permission to alter schemas. This might not be the case in your deployment.
Shut down your existing IDM 7 server.
Start up your IDM 7.0.4 server.