You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/kubernetes/operations/backup-restore.adoc
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,12 @@ For more information, see link:https://min.io/docs/minio/linux/integrations/aws-
93
93
* The latest Neo4j Helm charts.
94
94
You can update the repository to get the latest charts using `helm repo update`.
95
95
96
+
[NOTE]
97
+
====
98
+
When using cloud providers, differential backups do not require persistent volumes with previous backups.
99
+
Instead, the chart will first create a full backup in the cloud storage, and then, the subsequent backups will be differential backups that reference this full backup.
100
+
====
101
+
96
102
=== Create a Kubernetes secret
97
103
98
104
You can create a Kubernetes secret with the credentials that can access the cloud provider bucket using one of the following options:
@@ -368,7 +374,8 @@ tempVolume:
368
374
369
375
[NOTE]
370
376
====
371
-
You need to create the persistent volume and persistent volume claim before installing the _neo4j-admin_ Helm chart.
377
+
You need to create the persistent volume and persistent volume claim before installing the _neo4j-admin_ Helm chart only when using local storage.
378
+
When using cloud providers, persistent volumes are not required for differential backups.
372
379
For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts and persistent volumes].
373
380
====
374
381
@@ -508,7 +515,7 @@ When configuring the _backup-values.yaml_ file, keep the “cloudProvider” fie
508
515
509
516
[NOTE]
510
517
====
511
-
You need to create the persistent volume and persistent volume claim before installing the _neo4j-admin_ Helm chart.
518
+
You need to create the persistent volume and persistent volume claim before installing the _neo4j-admin_ Helm chart only when using local storage.
512
519
For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts and persistent volumes].
513
520
====
514
521
@@ -1076,7 +1083,7 @@ To restore the `system` database, follow the steps described in xref:kubernetes/
1076
1083
====
1077
1084
1078
1085
[[kubernetes-backup-migration]]
1079
-
== Migration from traditional to cloud-native backups
1086
+
== Migrate from traditional to cloud-native backups
1080
1087
1081
1088
To migrate from persistent volume-based backups to cloud-native backups, you need to follow these steps:
0 commit comments