Skip to content

Commit 9b9b7fd

Browse files
authored
Merge pull request #146 from vshn/nextcloud/backup_maint_mode
Document the new `skipMaintenance` parameter for nextcloud backups
2 parents f3ff1e4 + 8143ed3 commit 9b9b7fd

File tree

1 file changed

+24
-0
lines changed
  • docs/modules/ROOT/pages/vshn-managed/nextcloud

1 file changed

+24
-0
lines changed

docs/modules/ROOT/pages/vshn-managed/nextcloud/backup.adoc

+24
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,27 @@ spec:
2121
<1> The schedules for your backups.
2222

2323
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.

0 commit comments

Comments
 (0)