Getting Started - Replicate an existing instance
Given that you want to replicate the identifycli
instance, you can save this configuration file to a replicate_instance.json file and run the following command on your favorite terminal:
1 |
ICC --action Replicate --name "identifycli" --configuration-file "C:\identify-configuration\replicate_instance.json" |
_Note: The identifycli
instance must exist on the database server which you configured in databaseconnection.json file.
References
- Replicate command.
- The
--configuration-file
parameter uses Instance's Configuration JSON Schema to configure necessary information to replicate an existing instance.