Project

General

Profile

Nextcloud Maintenance Window Start Time Configuration » History » Version 1

Gareth Eaton, 05/12/2024 01:52 PM

1 1 Gareth Eaton
h1. Nextcloud Maintenance Window Start Time Configuration
2
3
If you see the message,  "Server has no maintenance window start time configured'
4
5
To configure the maintenance window start time in Nextcloud,
6
7
edit /nextcloud/config/config.php and use the following key in your configuration file:
8
9
'maintenance_window_start' => 1,
10
11
This key activates the maintenance window start time feature, allowing you to specify a time for resource-intensive daily background tasks to run during periods of low usage. Ensure to set the value to '1' to enable this functionality.