Skip to content

Commit

Permalink
Classic console - Additional Instance Actions - Export / Create insta…
Browse files Browse the repository at this point in the history
…nce from snapshot (#613)

Co-authored-by: Jessica Wright <[email protected]>
  • Loading branch information
fiquick and AlexicaWright authored Feb 27, 2025
1 parent 4990f71 commit 21c1525
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"]
Expand All @@ -70,4 +69,4 @@ This opens a window where you can assign a name to the instance that will be cre
| Daily
| 14
| 90
|===
|===

0 comments on commit 21c1525

Please sign in to comment.