*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content

Add possibility to put the system in read-only mode

Moser, Maximilian requested to merge mm/ro-mode into master

In order to reduce risk of losing newly ingested data on some occasions (e.g. VM migrations, immediately before maintenance, ...) we want to put the system into read-only mode occasionally.

This MR introduces the config item CONFIG_TUW_READ_ONLY_MODE=True, which triggers the system to prohibit write operations for any users in most services.

Merge request reports