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..5368bbc41 100644 --- a/modules/ROOT/pages/auradb/managing-databases/backup-restore-export.adoc +++ b/modules/ROOT/pages/auradb/managing-databases/backup-restore-export.adoc @@ -55,14 +55,16 @@ You can restore data in your instance to a previous snapshot by selecting *Resto Restoring a snapshot requires you to confirm the action by typing RESTORE and selecting *Restore*. -=== Export and create +=== Export -The ellipses (*...*) button next to an existing snapshot, allows you to: +From the more menu (...) next to an existing snapshot, you can *Export*. +*Export* downloads the instance as a compressed `.backup` file allowing you to store a local copy and work on your data offline. -* *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. +=== Create instance from snapshot + +You can create an instance using the data from a snapshot, just like creating a clone of an instance. +From the more (...) menu next to an existing snapshot select *Create instance from snapshot*. +This opens a window where you can assign a name to the new instance. [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..d1a287a9b 100644 --- a/modules/ROOT/pages/aurads/managing-instances/backup-restore-export.adoc +++ b/modules/ROOT/pages/aurads/managing-instances/backup-restore-export.adoc @@ -37,15 +37,17 @@ 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 +=== Export -By selecting the ellipses (...) button next to a snapshot, you can: +By selecting the ellipses (...) button next to a snapshot, you can *Export*. +*Export* downloads the database as a compressed file, allowing you to store a local copy and work on your data offline. +For AuraDS instances, backups are exported as a `.tar` file because this format bundles both the backup data and the additional metadata required for Graph Data Science. -* *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. +=== Create instance from snapshot + +You can create an instance using the data from a snapshot, just like creating a clone of an instance. +From the more (...) menu next to an existing snapshot select *Create instance from snapshot*. +This opens a window where you can assign a name to the new instance. == AuraDS retention periods @@ -70,4 +72,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 +|===