File tree 1 file changed +24
-0
lines changed
docs/modules/ROOT/pages/vshn-managed/nextcloud
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 21
21
<1> The schedules for your backups.
22
22
23
23
NOTE: Self service restores are currently not available. Please open a ticket if you need to restore the data of your Nextcloud instance.
24
+
25
+ == Disabling Maintenance mode during backup
26
+
27
+ By default, Nextcloud will be put in Maintenance Mode during the backup. This ensures that the backups are in a consistent state.
28
+ You can disable Maintenance Mode with the `skipMaintenance` parameter.
29
+
30
+ [source,yaml]
31
+ ----
32
+ apiVersion: vshn.appcat.vshn.io/v1
33
+ kind: VSHNNextcloud
34
+ metadata:
35
+ name: nextcloud-app1-prod
36
+ namespace: <your-namespace>
37
+ spec:
38
+ parameters:
39
+ ...
40
+ backup:
41
+ skipMaintenance: true <1>
42
+ schedule: 0 22 * * *
43
+ ...
44
+ ----
45
+ <1> Skip maintenance mode during backups
46
+
47
+ WARNING: It's not recommended by Nextcloud and VSHN to disable the maintenance mode during backups. Use this at your own risk.
You can’t perform that action at this time.
0 commit comments