Maintenance
Prerequisites
- Requires CLI v4.7+
Maintenance
Cinchy performs maintenance tasks through the CLI. This currently includes the data erasure and data compression deletions.
Cinchy.Maintenance.CLI.exe maintenance -s "cinchyBaseURL" -u username -p "encryptedPassword" -t 180
Parameter | Value |
---|---|
-s | Server, Cinchy Base URL (ex. cinchy.com/Cinchy/ ) |
-u | Username, this will need to be an account that's part of the Cinchy Administrators group |
-p | Encrypted password (you can encrypt your password by using Cinchy.CLI.exe encrypt -t "plaintextpassword" ) |
-t | Set a maintenance time window in minutes. Maintenance tasks will stop executing after the allotted time. Run this during an allotted maintenance window. |
-h | You must add this flag if you are accessing Cinchy over HTTPS. |