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
s3EndpointTLS: true # Automatically set when s3CASecretName is provided
515
528
----
529
+
<<<<<<< HEAD
530
+
=======
531
+
532
+
>>>>>>> 4372ebde6aea59dcdbdb43bf22689878a1df9db9
516
533
517
534
[[kubernetes-neo4j-backup-on-prem]]
518
535
== Prepare to back up a database(s) to on-premises storage
@@ -1091,6 +1108,7 @@ To restore the `system` database, follow the steps described in xref:kubernetes/
1091
1108
====
1092
1109
1093
1110
[[kubernetes-backup-migration]]
1111
+
<<<<<<< HEAD
1094
1112
== Migrate from traditional to cloud-native backups
1095
1113
1096
1114
To migrate from persistent volume-based backups to cloud-native:
@@ -1125,3 +1143,17 @@ backup:
1125
1143
preferDiffAsParent: true
1126
1144
# tempVolume configuration removed
1127
1145
----
1146
+
=======
1147
+
== Migration from traditional to cloud-native backups
1148
+
1149
+
To migrate from persistent volume-based backups to cloud-native backups, you need to follow these steps:
1150
+
1151
+
. Perform a final traditional backup to ensure you have the latest data.
1152
+
For more information, see <<kubernetes-neo4j-backup-on-prem, Prepare to back up a database(s) to on-premises storage>> and <<kubernetes-neo4j-backup, Back up your databases>>.
1153
+
. Upload existing backups to the cloud storage bucket if needed.
1154
+
. Update the _backup-values.yaml_ file to configure the cloud provider, bucket name, and credentials.
1155
+
See <<kubernetes-neo4j-backup-cloud, Prepare to back up a database(s) to a cloud provider (AWS, GCP, and Azure) bucket>> for details.
1156
+
. Install the _neo4j-admin_ Helm chart with the updated _backup-values.yaml_ file to back up your databases to the cloud provider bucket.
1157
+
See <<_back_up_your_databases, Back up your databases>> for details.
0 commit comments