Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add information about snapshots/backups #445

Open
wants to merge 3 commits into
base: console
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/ROOT/pages/managing-instances/instance-details.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,26 @@ A snapshot is a copy of the data in an instance at a specific point in time.
Neo4j regularly takes snapshots of your instance, and you can request a snapshot to be taken on demand.
These snapshots can be used to restore data to a different Neo4j instance.

.The current Neo4J AuraDB Snapshot retention periods by tier
[cols="1,1,1,1,1"]
|===
|Tier |Aura version |Scheduled Snapshots per day |Scheduled Snapshot restorable days
(exportable days) |On-Demand Snapshot restorable days
(exportable days)

| AuraDB Free | 4, 5 | Not applicable | Not applicable | 30 days (30 days)

| AuraDB Professional | 4, 5 | Full retention: 1 | 30 days (7 days) | 30 days (30 days)

| AuraDS Professional | 4, 5 | Full retention: 1 | 9 days (7 days) | 180 days (180 days)

| Business Critical | Full:1, Diff:23 | 30 (7) | 30 (30)

| 5 | 1 full per day, and 23 incremental per day | 1 full per day | 60 days
|===



// == Import instance

// _Feature coming soon!_
Expand Down