This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
It is a best practice to test configuration in the development/test environment(s) before moving it to production. In some cases, production data is loaded into the Dev/Test environments for validation purposes as well. This article discusses how to move just your data from Dev/Test to Prod if going through the process of reloading it in the standard way is too time consuming or too disruptive.
Applicable To
The content of this article is valid for Incorta on premises versions 5.1.x and 5.2.x.
Let's Go
Moving all data to a new production environment
Here we want to move the whole Tenant plus data from Dev/Test to a newly provisioned Prod server.
Install Incorta on the appropriately provisioned new production server
Configure the Incorta loader and analytics services
Take a backup from the Dev/Test tenant
Import the tenant to the new production server. You can change the name and path.
Note: Please be sure there is no running schema update or load while copying the data. We highly recommend shutting down the services and taking a backup while the services are down.
5. Copy the content of the tenant from Dev/Test into the new tenant directory created in step 4
6. Run load from staging for the schemas keeping in mind any dependencies between schemas
7. Run incremental loads
Moving One schema to new production
Take a schema export from Dev/Test
Take a backup of the schema parquet folder under <Dev_tenants>/source/<schema_name>
Import the new schema taken from step 1 to the production server
Copy the Schema folder from step 2 onto the production tenant under <Prod_tenants>/source/
Run staging load for the schema
Run incremental load
Moving One schema to new production (Run Incremental load with no staging)
Take Schema export from Dev/Test
Take a backup of the schema parquet folder under <Dev_tenants>/source/<schema_name>
Import the new schema taken from step 1 to the production server
Copy the Schema folders from step 2 onto the production tenant under <Prod_tenants>/source/
Select all columns from Dev/Test related to the schema