Migrating to TOS

If you migrated your Tufin Orchestration Suite version from TOS Classic to TOS, you must migrate your data for Workflow Integrator as well.

To migrate your data from TOS Classic to TOS, follow these steps:

In TOS Classic

  1. Upgrade Workflow Integrator to the latest version for TOS Classic.
  2. Run the following commands to create a backup of your data:
    /opt/tufin/extensions/mongodb/bin/mongodump --host=127.0.0.1 --port=27070 --db="mkt-workflowintegrator" -v --out=/var/cache/extensions/mongodump
    cd /var/cache/extensions/mongodump
    tar zcvf mkt-workflowintegrator_dump.tar.gz mkt-workflowintegrator
  3. Store the backup file /var/cache/extensions/mongodump/mkt-workflowintegrator_dump.tar.gz in a remote location.

In TOS

If you move to HA after upgrading to Aurora, you will no longer be able to install Marketplace extensions. Therefore, it is important to complete this procedure before moving to HA.
  1. From the remote location, copy the backup file mkt-workflowintegrator_dump.tar.gz to the TOS host.
  2. Run the following commands to extract the data:
    mkdir -p /opt/tufin/data/volumes/mkt
    tar zxvf mkt-workflowintegrator_dump.tar.gz -C /opt/tufin/data/volumes/mkt
  3. Install the latest TOS version of Workflow Integrator.