ICC --action Replicate reference
Name
Replicate an existing instance to another server:
1 |
ICC --action Replicate |
The --help parameter can show more information about the command:
1 |
ICC --action Replicate --help |
Synopsis
1 |
ICC [-a|--action] Replicate [-n|--name] "<INSTANCE_NAME>" [-f|--configuration-file] "<FILE_PATH>" |
1 |
ICC [-a|--action] Replicate [-h|--help] |
Options
-n|--name "<INSTANCE_NAME>"
- Specifies the name of an existing instance that you want to replicate.-f|--configuration-file "<FILE_PATH>"
- Specifies the path of the configuration file used to replicate a new instance. For more information about the configuration file, see Database connection configuration JSON schema.-h|--help
- Prints out a short help for the command.
Examples
Replicate a new instance:
1 |
ICC --action Replicate --name "identifycli" --configuration-file "C:\identify-configuration\replicateinstance" |