Skip to content

Commit b611c57

Browse files
committed
Update kubernetes operations backup section
1 parent 4372ebd commit b611c57

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

modules/ROOT/pages/kubernetes/operations/backup-restore.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ For more information, see link:https://min.io/docs/minio/linux/integrations/aws-
9393
* The latest Neo4j Helm charts.
9494
You can update the repository to get the latest charts using `helm repo update`.
9595

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+
96102
=== Create a Kubernetes secret
97103

98104
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:
368374

369375
[NOTE]
370376
====
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.
372379
For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts and persistent volumes].
373380
====
374381

@@ -508,7 +515,7 @@ When configuring the _backup-values.yaml_ file, keep the “cloudProvider” fie
508515

509516
[NOTE]
510517
====
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.
512519
For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts and persistent volumes].
513520
====
514521

@@ -1076,7 +1083,7 @@ To restore the `system` database, follow the steps described in xref:kubernetes/
10761083
====
10771084

10781085
[[kubernetes-backup-migration]]
1079-
== Migration from traditional to cloud-native backups
1086+
== Migrate from traditional to cloud-native backups
10801087

10811088
To migrate from persistent volume-based backups to cloud-native backups, you need to follow these steps:
10821089

0 commit comments

Comments
 (0)