Use server read-only mode
Authorize read-only operations to perform backups without stopping the server.
Read time 1 minuteLast updated 21 days ago
Change the Unity Version Control (UVCS) server between normal mode and read-only mode. When the server is in read-only mode, the server only allows read operations, so no data changes. This is useful with the Jet back end because it allows you to perform backup operations without stopping the server. To change read-only mode, use the
cm admin readonlyEnter read-only mode
To enter read-only mode, run the command:cm admin readonly enterLeave read-only mode
To leave read-only mode, run the command:cm admin readonly leaveRetrieve read-only status
To retrieve the read-only mode status, run the command:cm admin readonly status