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
+7-27Lines changed: 7 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1080,31 +1080,11 @@ To restore the `system` database, follow the steps described in xref:kubernetes/
1080
1080
1081
1081
To migrate from persistent volume-based backups to cloud-native backups, you need to follow these steps:
1082
1082
1083
-
. Perform final traditional backup.
1084
-
. Upload existing backups to cloud storage (if needed).
1085
-
. Update configuration to use cloud provider.
1086
-
. Remove persistent volume configuration.
1087
-
. Enable `preferDiffAsParent` for future differential backups.
1083
+
. Perform a final traditional backup to ensure you have the latest data.
1084
+
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>>.
1085
+
. Upload existing backups to the cloud storage bucket if needed.
1086
+
. Update the _backup-values.yaml_ file to configure the cloud provider, bucket name, and credentials.
1087
+
See <<kubernetes-neo4j-backup-cloud, Prepare to back up a database(s) to a cloud provider (AWS, GCP, and Azure) bucket>> for details.
1088
+
. Install the _neo4j-admin_ Helm chart with the updated _backup-values.yaml_ file to back up your databases to the cloud provider bucket.
1089
+
See <<_back_up_your_databases, Back up your databases>> for details.
0 commit comments