Switch the application to read-only mode
It can force the entire repository to be read-only. This is useful when doing maintenance tasks, or during migration when you want to keep the system available to your users but 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 a Lucene index rebuild, the system will switch automatically to read-only mode until the process is finished. Do not change it manually; wait until it is completed.