Scheduled Maintenance

By default, there will be a security maintenance on Tuesday night (Central Europe Time).

For more information about maintenance procedures, please visit the product description.

The day and time can be adjusted as described below. Times are in the CET time zone.

Nexcloud instance with custom maintenance
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNNextcloud
metadata:
  name: nextcloud-app1-prod
  namespace: prod-app
spec:
  parameters:
    maintenance:
      dayOfWeek: wednesday (1)
      timeOfDay: '23:30:00' (2)
1 The day when the maintenance should take place
2 The time when the maintenance should be started
In case PostgreSQL database is used then it is also configured to have maintenance by default. See PostgreSQL Maintenance.

Nextcloud Background Jobs

Nextcloud background jobs are also part of the maintenance. In most cases, the schedule is configured at least one hour after the main security update. Background jobs run every day unlike security updates which run on a weekly basis. Since these jobs may decrease performance of the Nexcloud instance, we advise to set the maintenance window after work hours. It may take up to 4 hours for this process to finish.

Third party Apps

Apps are updated to their latest version right after a security update. There is no need to configure or update them manually.