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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@ The following are examples of how to configure the backup system for different S
321
321
----
322
322
neo4j:
323
323
image: "neo4j/helm-charts-backup"
324
-
imageTag: "5.14.0"
324
+
imageTag: "5.26.0"
325
325
jobSchedule: "* * * * *"
326
326
successfulJobsHistoryLimit: 3
327
327
failedJobsHistoryLimit: 1
@@ -359,7 +359,7 @@ backup:
359
359
======
360
360
[.include-with-legacy-MinIO-support]
361
361
======
362
-
[role=label--deprecated-5.26]
362
+
[role=label--new-5.14 label--deprecated-5.26]
363
363
.Legacy MinIO support
364
364
[source, yaml]
365
365
----
@@ -383,12 +383,10 @@ backup:
383
383
* Legacy MinIO support through the `minioEndpoint` parameter is deprecated - use `s3Endpoint` instead.
384
384
====
385
385
386
-
386
+
[role=label--new-5.16]
387
387
[[kubernetes-neo4j-backup-on-prem]]
388
388
== Prepare to back up a database(s) to on-premises storage
389
389
390
-
_This feature is available from Neo4j 5.16._
391
-
392
390
You can perform a backup of a Neo4j database(s) to on-premises storage using the _neo4j/neo4j-admin_ Helm chart.
393
391
When configuring the _backup-values.yaml_ file, keep the “cloudProvider” field empty and provide a persistent volume in the `tempVolume` section to ensure the backup files are persistent if the pod is deleted.
0 commit comments