Getting Started - Upgrade an existing instance
Given that you want to upgrade the identifycli
instance with:
- Perform database backup action
- The instance is not currently using security headers and you now want to enable the feature
You can save this database connection configuration file to a database_connection.json file and run the following command on your favorite terminal:
1 |
ICC --action Upgrade --name "identifycli" --configuration-file "C:\identify-configuration\database_connection.json" --backup-database --use-default-http-security-headers |
_Note: The identifycli
instance must exist on the database server which you configured in databaseconnection.json file.
References
- Upgrade command.
- The
--configuration-file
parameter uses Database configuration JSON schema to connect to database.