Skip to content

Commit

Permalink
Add Aura DS table (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiquick authored Nov 25, 2024
1 parent 642f1c5 commit 12f9433
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ In the console, it's possible to:
* Choose to restore a backup
* Download a backup (which serves as the export mechanism)

== Retention periods
== AuraDB retention periods

[cols="^,^,^,^,^,^,^",options="header"]
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,40 @@ By selecting the ellipses (...) button next to a snapshot, you can:
The compressed archive contains a *_.dump_* file that can be imported directly or pushed to the cloud.
* *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"]
|===
| Tier
| Aura version
2+| Frequency of snapshots
2+| Scheduled snapshots
| On-demand snapshot footnote:1[On-demand snapshots are restorable and exportable for the same period.]

|
|
| *Full snapshot* footnote:2[The full snapshot captures the entire database, while differential snapshots record changes since the last full snapshot.]
| *Differential snapshot*
| *Restorable days*
| *Exportable days*
| *Restorable and exportable days*

| AuraDS Professional
| 4, 5
| Daily
| 7
| 7
| 180
| 180

| AuraDS Enterprise
| 4, 5
| Daily
| 14
| 7
| 180
| 180
|===


0 comments on commit 12f9433

Please sign in to comment.