When an Update label appears next to an agent name, it indicates that an update is available for that specific agent used in data replication processes. To update the services on the agent:
- Navigate to
- Select the agent with the Update label. This will open the side panel, which lists the services with available updates for you to install.
- Before performing the update, ensure the environment is prepared. Stop all running pipelines, stop the runtime engine, stop the capture agents, and stop the log readers. This step is critical to prevent data transfer during the update and to ensure consistency.
-
Install the new change selector library on the
IBM i server when upgrading Connect-CDC.
- First, verify the version of the installation library.
- If installing to a new library, update the data connections to reference the new install library name. This value is specified in the Data Connection configuration.
- After updating the library reference, ensure you apply the configuration changes later in the process.
Note: This step is only necessary if the Connect CDC version you're upgrading to includes an IBM i installation library update. If not, this step can be skipped. - To perform the service update, switch to the directory where the agent is
installed (i.e., where the
disclifile is located) and run the following command:./discli agent update <service name> <target version>
| Service Name | Latest Target Version | Command | Release Date |
|---|---|---|---|
| connect-cdc | 6.0.0901 |
./discli agent update -s
connect-cdc --version 6.0.0901 |
December 2025 |
| connect-hub | 1.15.2 |
./discli agent update -s
connect-hub --version 1.15.2 |
December 2025 |
| cloud-applier | 1.14.0 |
./discli agent update -s
cloud-applier --version 1.14.0 |
November 2025 |
| sqdata-management | 2.5.2 |
./discli
agent update sqdata-management 2.5.2 |
October 2025 |
Db2 LUW Runtime Client installation
The following steps must be performed if you want to replicate from Db2 LUW sources for a continuous replication pipeline:
- Download the latest Db2 LUW Runtime Client provided by IBM onto your agent's machine.
- Untar the file to
/precisely/connect/cdc/uploads - Run the following command and follow the user prompts shown:
kubectl exec -it -n precisely-connect-cdc-ns connect-cdc-0 -- /usr/bin/sh -c "/var/precisely/di/uploads/rtcl/db2_install -f sysreq" - If you have not yet added the db2jcc4.jar driver to the
drivers path, perform the following command:
kubectl exec -it -n precisely-connect-cdc-ns connect-cdc-0 -- /usr/bin/sh -c "cp /home/connect/sqllib/java/db2jcc4.jar /opt/precisely/di/drivers/db2/"Note: You only need to restart the container if you perform this step.