Redeploy Safewhere Admin for all Identify instances
To redeploy Safewhere Admin for all Identify instances, you must specify the database that stores the relevant Identify instances:
- If the database provider is MSSQL, save the configuration file to a
database_connection.json
file. - If the database provider is MariaDB, save the configuration file to a
database_connection.json
file.
Open your favorite terminal and run the following command:
ICC --action MassDeploySafewhereAdmin --configuration-file "C:\identify-configuration\database_connection.json"
References
- MassDeploySafewhereAdmin command
- The
--configuration-file
parameter uses the Database configuration JSON schema to connect to the database.