Migrating to TOS Aurora

If you migrated your Tufin Orchestration Suite version from TOS Classic to TOS Aurora, you must migrate your data for Vulnerability Mitigation App as well.

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

In TOS Classic

  1. Upgrade Vulnerability Mitigation App 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-vma" -v --out=/var/cache/extensions/mongodump
    cd /var/cache/extensions/mongodump
    tar zcvf mkt-vma_dump.tar.gz mkt-vma
  3. Store the backup file /var/cache/extensions/mongodump/mkt-vma_dump.tar.gz in a remote location.

In TOS Aurora

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-vma_dump.tar.gz to the TOS Aurora host.
  2. Run the following commands to extract the data:
    mkdir -p /opt/tufin/data/volumes/mkt
    tar zxvf mkt-vma_dump.tar.gz -C /opt/tufin/data/volumes/mkt
  3. Install the latest TOS Aurora version of Vulnerability Mitigation App.