Upgrading Database on Source Location - DSS 6 | Data Source Solutions Documentation
Documentation: Upgrading Database on Source Location - DSS 6 | Data Source Solutions Documentation
Upgrading Database on Source Location
This section provides step-by-step instructions for upgrading a source database in a channel with activated replication to ensure that no data is lost during the upgrade.
These are the recommended steps that may vary depending on the database being upgraded.
Upgrade Steps
-
Stop your application that is making changes to the database.
-
Ensure all changes made by the application are captured, and wait for the replication latency to reach zero. For more information on monitoring the replication latency, refer to the Statistics page.
-
Suspend the capture and integrate jobs running in a channel.
{% tabs %}
{% tab label="UI" %}
- Go to the Channel Details page.
- Under the Jobs pane, select the capture and integrate jobs.
- Click Suspend Jobs at the top right of the Jobs pane.

{% /tab %}
{% tab label="CLI" %}
Run the dsssuspend command. For example:
dsssuspend myhub mychannel{% /tab %}
{% /tabs %}
-
Upgrade the source database.
-
Activate replication in the channel to capture changes from the beginning of the oldest current (not closed) transaction, and regenerate the jobs, state tables, and enroll information for the tables.
{% tabs %}
{% tab label="UI" %}
- Go to the Channel Details page and click Activate Replication.
- In the Activate Replication dialog, under Replication Components, select all options except Supplemental Logging.
- Click Activate Replication.

{% /tab %}
{% tab label="CLI" %}
Run the command dssactivate with options -J, -E, -i, -ojesr. For example:
dssactivate -J cap -J integ -E -i oldest_tx -ojesr myhub mychannel{% /tab %}
{% /tabs %}
-
Start your application.