I have a query. How do I transfer entire production instance data to another instance?.
If possible, please let me know asap.
Hello Kandi! I believe the task you are trying to perform is detailed in docs.celonis.com under the Content-CLI section: Using Content-CLI (celonis.com)
You will still have to do initial/delta loads for your new environment without Celonis internal support.
Hi @kandi.naidu,
You can migrate Celonis Assets such as Data Pools and Studio Packages by using the 'copy to' options in the Celonis front-end. If the instances are not on the same realm (e.g. from a 'eu-1' to a 'eu-5' environment), you need the content CLI as described by @deleted deleted above.
This only exports the Celonis Assets, and not the underlying data. You can migrate data using the Python Interface for Celonis, called PyCelonis. To migrate an entire environment is quite some work, since you will need to write scripts that iterate over all pools and data models and rebuild this in the new environment. Next to that, PyCelonis can only export data from data models, and therefore source tables in your data pool will not be migrated unless you add them all to a data model.
If you want to understand how data exports can be done, these code snippets can guide you: Data Upload & Export Advanced - PyCelonis.
I hope this helps.
Best regards,
Jan-peter
Hi @kandi.naidu,
You can migrate Celonis Assets such as Data Pools and Studio Packages by using the 'copy to' options in the Celonis front-end. If the instances are not on the same realm (e.g. from a 'eu-1' to a 'eu-5' environment), you need the content CLI as described by @deleted deleted above.
This only exports the Celonis Assets, and not the underlying data. You can migrate data using the Python Interface for Celonis, called PyCelonis. To migrate an entire environment is quite some work, since you will need to write scripts that iterate over all pools and data models and rebuild this in the new environment. Next to that, PyCelonis can only export data from data models, and therefore source tables in your data pool will not be migrated unless you add them all to a data model.
If you want to understand how data exports can be done, these code snippets can guide you: Data Upload & Export Advanced - PyCelonis.
I hope this helps.
Best regards,
Jan-peter
Hi @janpeter.van.d,@deleted deleted
Thanks for the help , it working as expected using Content-CLI.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.