From 21c1525f29325648ca96d01f699082b568968fe9 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:16:34 +0000 Subject: [PATCH] Classic console - Additional Instance Actions - Export / Create instance from snapshot (#613) Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- .../backup-restore-export.adoc | 10 ++++----- .../backup-restore-export.adoc | 21 +++++++++---------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/modules/ROOT/pages/auradb/managing-databases/backup-restore-export.adoc b/modules/ROOT/pages/auradb/managing-databases/backup-restore-export.adoc index 7a2237837..577c5ac9d 100644 --- a/modules/ROOT/pages/auradb/managing-databases/backup-restore-export.adoc +++ b/modules/ROOT/pages/auradb/managing-databases/backup-restore-export.adoc @@ -57,12 +57,12 @@ Restoring a snapshot requires you to confirm the action by typing RESTORE and se === Export and create -The ellipses (*...*) button next to an existing snapshot, allows you to: +From the more menu (...) next to an existing snapshot, you can: + +* *Export* - Download the AuraDB instance as a .backup file (latest version) or .dump file (version 4.x) to store a local copy and work on data offline. + +* *Create instance from snapshot* - Create a new instance using the data from the snapshot. -* *Export* - Download the instance as *_.backup_* file, allowing you to store a local copy and work on your data offline. -(This applies to AuraDB latest version databases, for v4, the instances can be downloaded as *_.dump_* files. -AuraDB Professional with the GDS configuration has a _.tar_ file extension as it contains the backup and additional metadata for Graph Data Science.) -* *Create instance from snapshot* - Create a new AuraDB instance using the data from the snapshot. [NOTE] ==== diff --git a/modules/ROOT/pages/aurads/managing-instances/backup-restore-export.adoc b/modules/ROOT/pages/aurads/managing-instances/backup-restore-export.adoc index 74de13a09..ad976f7df 100644 --- a/modules/ROOT/pages/aurads/managing-instances/backup-restore-export.adoc +++ b/modules/ROOT/pages/aurads/managing-instances/backup-restore-export.adoc @@ -26,6 +26,15 @@ There are two different types of snapshot: You can manually trigger an *On-demand* snapshot by selecting *Take snapshot* in the *Snapshots* tab. The snapshot status is shown as `In progress` until the snapshot has been created; then, the `Status` becomes `Completed`. +=== Export and create + +From the more menu (...) next to an existing snapshot, you can: + +* *Export* - Download the AuraDS instance as a .tar file to store a local copy and work on data offline. +This format includes both the backup data and additional metadata required for Graph Data Science. + +* *Create an instance from snapshot* - Create a new instance using the data from the snapshot. + === Restore You can restore data in your instance to a previous snapshot by selecting *Restore* next to the snapshot you want to restore. @@ -37,16 +46,6 @@ Restoring a snapshot requires you to confirm the action by typing RESTORE and se Restoring a snapshot overwrites the data in your instance, replacing it with the data contained in the snapshot. ==== -=== Backup and export - -By selecting the ellipses (...) button next to a snapshot, you can: - -* *Export* - Download the database as a compressed file, allowing you to store a local copy and work on your data offline. -The compressed archive contains a *_.dump_* file that can be imported directly or pushed to the cloud. -(AuraDS has a _.tar_ file extension as it contains the backup and additional metadata for Graph Data Science) -* *Create instance from snapshot* - Create a new AuraDS instance using the data from the snapshot. -This opens a window where you can assign a name to the instance that will be created. - == AuraDS retention periods [cols="^,^,^,^",options="header"] @@ -70,4 +69,4 @@ This opens a window where you can assign a name to the instance that will be cre | Daily | 14 | 90 -|=== \ No newline at end of file +|===