Switch application to read-only mode

It can force the whole repository to be in read-only mode. This is useful when doing maintenance tasks,  or while migrating and you wish to get the system alive for your users but want to ensure nobody can change anything.

Field / PropertyTypeDescription
system.readonly Boolean

Switch whole repository to be read-only. By default 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 manually, wait until be completed.