Backup and Restore

Backup Incorta Analytics by exporting a tenant using the Tenant Mangement Tool (TMT). Restore Incorta Analytics by importing a tentant back into your Incorta Analytics instance using the TMT.

You can deploy a script in the home of user where Incorta is installed and use crontab to schedule backups.

Export a tenant, using the TMT utility

Back up the tenants by exporting it:

  1. Connect using SSH to your instance.
  2. Go to the “TMT” (Tenant Management Tool) directory, in the following path: cd <INSTALLATION_PATH>/cmc/tmt
  3. Export the tenant definition, by running the following command: ./tmt.sh -clnm <CLUSTER_NAME> -ex <TENANT_NAME> <DESTINATION_SHARED_FOLDER.zip>

Import a tenant into an environment

Restore a tenant back into an environment by importing it:

  1. Connect using SSH to your instance.
  2. Go to the “TMT” (Tenant Management Tool) directory, in the following path: cd <INSTALLATION_PATH>/cmc/tmt
  3. Import the tenant definition, by running the following command:
    ./tmt.sh -i <EXPORTED_TENANT_FOLDER.zip> -clnm <CLUSTER_NAME> -op <TENANT_FOLDER_PATH>

© Incorta, Inc. All Rights Reserved.