Upgrading

DOORS® Next is an application within IBM® Engineering Lifecycle Management Suite.

For more information about upgrading IBM Engineering Lifecycle Management Suite, see the IBM Engineering Lifecycle Management Suite documentation.

Note: If TRS services are already running in log-based mode, you do not need to perform a full rebase after the upgrade.

Instead, run the following repotools command to update the TRS feed with data for non-versioned resources:

repotools-rm.bat -rmTRSPublishNonVersioned <operation> [teamserver.properties=conf/rm/teamserver.properties]

If you have already performed a full TRS rebase as part of your post-upgrade operations, this command is not required.

For more information about the command syntax and options, see the repotools command help.

Draft comment: Praggya pandey
Parameter Description
-rmTRSPublishNonVersioned Publish the non versioned TRS resources to the TRS changelog.
operation One of the following actions (choose only one):
  • publish- actually publish the resources (default for most use‑cases).
  • count- show how many non‑versioned resources would be published.
  • noresume- disables resume capability (generally not recommended).
  • verbose- adds detailed logging (useful for troubleshooting, but logs can become large).
teamserver.properties (optional) Path to the TeamServer configuration file. If omitted, the default conf/rm/teamserver.properties is used.