Switch the application to read-only mode
It can force the whole repository into read-only mode. This is useful when doing maintenance tasks, or while migrating and you wish to keep the system available to your users but want to ensure nobody can change anything.
Field / Property | Type | Description |
---|---|---|
system.readonly | Boolean |
Switch the whole repository to read-only. By default, it is set to false. false |
If you restart the application, this parameter will be automatically set to true.
For security and performance reasons, when you execute Lucene rebuild indexes, the system will switch automatically to read-only mode until the process is finished. Do not change it manually; wait until it is completed.