@@ -17,27 +17,27 @@ Neo4j's Helm chart supports two backup modes:
1717
1818Cloud provider mode uses Neo4j's native cloud storage integration with direct upload to create immutable backup objects.
1919
20- * ** Supported providers* *: AWS S3, Google Cloud Storage, and Azure Blob Storage.
21- * ** Benefits* *: No persistent volume requirements. Supports differential backups and immutable backup objects.
22- * ** Configuration* *: Set `cloudProvider` to `aws`, `gcp`, or `azure`.
20+ * *Supported providers*: AWS S3, Google Cloud Storage, and Azure Blob Storage.
21+ * *Benefits*: No persistent volume requirements. Supports differential backups and immutable backup objects.
22+ * *Configuration*: Set `cloudProvider` to `aws`, `gcp`, or `azure`.
2323
2424=== Local mode
2525
2626Local mode creates local backups in `/backups` mount.
2727
28- * ** Requirements* *: Persistent storage for large databases (configured via `tempVolume`).
29- * ** Configuration* *: Leave `cloudProvider` empty.
28+ * *Requirements*: Persistent storage for large databases (configured via `tempVolume`).
29+ * *Configuration*: Leave `cloudProvider` empty.
3030
3131[[kubernetes-cloud-native-features]]
3232== Cloud-native backup features
3333
3434When using cloud providers, Neo4j's native backup provides:
3535
36- * ** Direct cloud storage upload* * - No intermediate local storage required.
37- * ** Differential backup chains* * with `preferDiffAsParent: true`.
38- * ** Immutable backup objects* * in cloud storage.
39- * ** Support for S3-compatible endpoints* *.
40- * ** Enhanced S3 configuration* * including custom CA certificates and endpoint settings.
36+ * *Direct cloud storage upload* - No intermediate local storage required.
37+ * *Differential backup chains* with `preferDiffAsParent: true`.
38+ * *Immutable backup objects* in cloud storage.
39+ * *Support for S3-compatible endpoints*.
40+ * *Enhanced S3 configuration* including custom CA certificates and endpoint settings.
4141
4242[[kubernetes-differential-backups]]
4343== Differential backups
@@ -56,17 +56,17 @@ backup:
5656
5757**How it works:**
5858
59- . First  backup creates a FULL  backup in cloud storage.
60- . Subsequent backups create DIFF  backups that reference the cloud-stored FULL  backup.
59+ . The first  backup creates a full  backup in the  cloud storage.
60+ . Subsequent backups create differential  backups that reference the cloud-stored full  backup.
6161. No local storage of previous backups is required.
6262
6363[NOTE]
6464==== 
65- ** `preferDiffAsParent` is fully supported and eliminates the need for persistent volumes!** 
65+ `preferDiffAsParent` is fully supported and eliminates the need for persistent volumes.  
6666
67- * ** Helm Value* *: `backup.preferDiffAsParent: true`. 
68- * ** Cloud-Native* *: DIFF backups reference cloud-stored FULL backups directly. 
69- * ** No PV Required* *: Previous backups don't need to be stored locally. 
67+ * *Helm Value*: `backup.preferDiffAsParent: true`. 
68+ * *Cloud-Native*: DIFF backups reference cloud-stored FULL backups directly. 
69+ * *No PV Required*: Previous backups don't need to be stored locally. 
7070==== 
7171
7272[[kubernetes-neo4j-backup-cloud]]
0 commit comments