Import a Tenant
To import a tenant from one instance of Incorta to another:
- Export the tenant from the previous instance of Incorta.
 - Copy the exported tenant file into 
<INSTALLATION_PATH>/cmc/tmtfolder. - Run the following command to import the tenant to the new instance of Incorta:
- For Linux: 
<INSTALLATION_PATH>/cmc/tmt/tmt.sh -i <EXPORT_FILE_NAME.zip> -on <TENANT_NAME> -clnm <CLUSTER_NAME> -op <TENANT_DATA_FOLDER> - For Windows: 
<INSTALLATION_PATH>/cmc/tmt/tmt.bat -i <EXPORT_FILE_NAME.zip> -on <TENANT_NAME> -clnm <CLUSTER_NAME> -op <TENANT_DATA_FOLDER> 
 - For Linux: 
 - Keep the data and files from the previous tenant by copying and pasting the following data folders from the previous instance of Incorta to the new instance of Incorta:
- Direct Data Mapping (snapshot) Files 
<TENANT_DATA_FOLDER>/<TENANT_NAME>/snapshots - Parquet Files 
<TENANT_DATA_FOLDER><TENANT_NAME>/parquet - Compacted Parquet Files 
<TENANT_DATA_FOLDER><TENANT_NAME>/compacted - Data Files 
<TENANT_DATA_FOLDER><TENANT_NAME>/data - Schema Folders 
<TENANT_DATA_FOLDER><TENANT_NAME>/<SchemaName> 
 - Direct Data Mapping (snapshot) Files