Server has no maintenance window start time configured.

nextcloudをインストール後、エラーが出るので一つずつ潰していく

Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks. For more details see the documentation.

サーバーにメンテナンスウィンドウの開始時間が設定されていないと言っています。公式ドキュメント該当箇所をみると・・・

nextcloud内のconfig.php内の値に’maintenance_window_start’ => 1,を追加するか、occモードでセットするように言っているので、言われるがままやる

$ sudo -u www-data php occ config:system:set maintenance_window_start --type=integer --value=1