Skip to content

Commit 7b96e49

Browse files
committed
further editorial updates
1 parent 7c30ad5 commit 7b96e49

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ backup:
5656

5757
**How it works:**
5858

59-
1. First backup creates a FULL backup in cloud storage.
60-
2. Subsequent backups create DIFF backups that reference the cloud-stored FULL backup.
61-
3. No local storage of previous backups is required.
59+
. First backup creates a FULL backup in cloud storage.
60+
. Subsequent backups create DIFF backups that reference the cloud-stored FULL backup.
61+
. No local storage of previous backups is required.
6262

6363
[NOTE]
6464
====
@@ -478,9 +478,7 @@ backup:
478478

479479
=== S3 CA certificate setup
480480

481-
For S3 endpoints with custom CA certificates, you can either provide the CA certificate directly in the _backup-values.yaml_ file or use a Kubernetes secret to manage the CA certificate.
482-
483-
==== Using Kubernetes secrets
481+
For S3 endpoints with custom CA certificates, use a Kubernetes secret to manage the CA certificate:
484482

485483
. Create the CA certificate secret:
486484
+
@@ -1022,12 +1020,7 @@ cypher-shell -u neo4j -p <password> -d system
10221020
----
10231021
DROP DATABASE neo4j;
10241022
----
1025-
. Exit the Cypher Shell command-line console:
1026-
+
1027-
[source, shell, role='noheader']
1028-
----
1029-
:exit;
1030-
----
1023+
. Exit the Cypher Shell command-line console by typing `:exit;`.
10311024

10321025
=== Restore the database backup
10331026

@@ -1085,7 +1078,7 @@ To restore the `system` database, follow the steps described in xref:kubernetes/
10851078
[[kubernetes-backup-migration]]
10861079
== Migration from traditional to cloud-native backups
10871080

1088-
To migrate from persistent volume-based backups to cloud-native:
1081+
To migrate from persistent volume-based backups to cloud-native backups, you need to follow these steps:
10891082

10901083
. Perform final traditional backup.
10911084
. Upload existing backups to cloud storage (if needed).

0 commit comments

Comments
 (0)