Backup and Restore
Create a back up of the Incorta Direct Data Platform by exporting a tenant using the Tenant Management Tool (TMT). Restore the Incorta Direct Data Platform by importing a tenant back into your Incorta Direct Data Platform 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:
- Connect using SSH to your instance.
- Go to the "TMT" (Tenant Management Tool) directory, in the following path:
cd <INSTALLATION_PATH>/cmc/tmt
- 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:
- Connect using SSH to your instance.
- Go to the "TMT" (Tenant Management Tool) directory, in the following path:
cd <INSTALLATION_PATH>/cmc/tmt
- Import the tenant definition, by running the following command:
./tmt.sh -i <EXPORTED_TENANT_FOLDER.zip> -clnm <CLUSTER_NAME> -op <TENANT_FOLDER_PATH>