Actions
Nextcloud Maintenance Window Start Time Configuration » History » Revision 1
Revision 1/3
| Next »
Gareth Eaton, 05/12/2024 01:52 PM
Nextcloud Maintenance Window Start Time Configuration¶
If you see the message, "Server has no maintenance window start time configured'
To configure the maintenance window start time in Nextcloud,
edit /nextcloud/config/config.php and use the following key in your configuration file:
'maintenance_window_start' => 1,
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.
Updated by Gareth Eaton 6 months ago · 1 revisions