Getting Started - Export data of an existing instance
Given that you want to export data of the identifycli
instance, you can save this database connection configuration file to a database_connection.json file and run the following command on your favorite terminal:
- To export all resources:
1 |
ICC --action ExportData --name "identifycli" --configuration-file "C:\identify-configuration\database_connection.json" --output-folder "C:\backup-data\intances\old-identify-instance" |
- To export some resources (ClaimDefinitions, Groups, Organizations, Users):
1 |
ICC --action ExportData --name "identifycli" --configuration-file "C:\identify-configuration\database_connection.json" --resources ClaimDefinitions Groups Organizations Users --output-folder "C:\backup-data\intances\old-identify-instance" |
_Note: The identifycli
instance must exist on the database server which you configured in databaseconnection.json file.
References
- ExportData command
- The
--configuration-file
parameter uses Database configuration JSON schema to connect to database.