Skip to content

Commit 1da13ff

Browse files
committed
put the labels back
1 parent 120807d commit 1da13ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The following are examples of how to configure the backup system for different S
321321
----
322322
neo4j:
323323
image: "neo4j/helm-charts-backup"
324-
imageTag: "5.14.0"
324+
imageTag: "5.26.0"
325325
jobSchedule: "* * * * *"
326326
successfulJobsHistoryLimit: 3
327327
failedJobsHistoryLimit: 1
@@ -359,7 +359,7 @@ backup:
359359
======
360360
[.include-with-legacy-MinIO-support]
361361
======
362-
[role=label--deprecated-5.26]
362+
[role=label--new-5.14 label--deprecated-5.26]
363363
.Legacy MinIO support
364364
[source, yaml]
365365
----
@@ -383,12 +383,10 @@ backup:
383383
* Legacy MinIO support through the `minioEndpoint` parameter is deprecated - use `s3Endpoint` instead.
384384
====
385385

386-
386+
[role=label--new-5.16]
387387
[[kubernetes-neo4j-backup-on-prem]]
388388
== Prepare to back up a database(s) to on-premises storage
389389

390-
_This feature is available from Neo4j 5.16._
391-
392390
You can perform a backup of a Neo4j database(s) to on-premises storage using the _neo4j/neo4j-admin_ Helm chart.
393391
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.
394392

0 commit comments

Comments
 (0)