From 5cf845d3f220aefc2f417267143bda73a9eb2f30 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:40:58 +0100 Subject: [PATCH 1/3] add information about snapshots/backups --- .../managing-instances/instance-details.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/ROOT/pages/managing-instances/instance-details.adoc b/modules/ROOT/pages/managing-instances/instance-details.adoc index 2ea2a047..26101d17 100644 --- a/modules/ROOT/pages/managing-instances/instance-details.adoc +++ b/modules/ROOT/pages/managing-instances/instance-details.adoc @@ -70,6 +70,24 @@ 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 Snapshot retention: Days 0 to 7 |Scheduled Snapshot retention: Days 8 to 60 |On Demand Snapshot retention + +| AuraDB Free | 5 | Not applicable | Not applicable | 30 days + +.2+| AuraDB Professional | 4 | 7 days | Not applicable | 7 days once a day + +| 5 | 7 days | Not applicable | 7 days once a day + +.2+| AuraDB Virtual Dedicated Cloud | 4 | 24 full per day | 1 full per day | 60 days + +| 5 | 1 full per day, and 23 incremental per day | 1 full per day | 60 days +|=== + + + // == Import instance // _Feature coming soon!_ From 24c939f6d54173e3d4bd85f80cdc466fd4160d3f Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:58:46 +0100 Subject: [PATCH 2/3] editing to align with slide document --- .../pages/managing-instances/instance-details.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/managing-instances/instance-details.adoc b/modules/ROOT/pages/managing-instances/instance-details.adoc index 26101d17..bd52d68d 100644 --- a/modules/ROOT/pages/managing-instances/instance-details.adoc +++ b/modules/ROOT/pages/managing-instances/instance-details.adoc @@ -73,13 +73,15 @@ 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 Snapshot retention: Days 0 to 7 |Scheduled Snapshot retention: Days 8 to 60 |On Demand Snapshot retention +|Tier |Aura version |Scheduled Snapshots per day |Scheduled Snapshot restorable days +(exportable days) |On-Demand Snapshot restorable days +(exportable days) -| AuraDB Free | 5 | Not applicable | Not applicable | 30 days +| AuraDB Free | 4, 5 | Not applicable | Not applicable | 30 days (30) -.2+| AuraDB Professional | 4 | 7 days | Not applicable | 7 days once a day +.2+| AuraDB Professional | 4, 5 | 7 days | Not applicable | 7 days once a day -| 5 | 7 days | Not applicable | 7 days once a day +| 4, 5 | 7 days | Not applicable | 7 days once a day .2+| AuraDB Virtual Dedicated Cloud | 4 | 24 full per day | 1 full per day | 60 days From 4ddc08117f32a55752588ebab05e48681e453903 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:58:55 +0100 Subject: [PATCH 3/3] editing as per Felix slides --- .../ROOT/pages/managing-instances/instance-details.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/managing-instances/instance-details.adoc b/modules/ROOT/pages/managing-instances/instance-details.adoc index bd52d68d..e7b39cd2 100644 --- a/modules/ROOT/pages/managing-instances/instance-details.adoc +++ b/modules/ROOT/pages/managing-instances/instance-details.adoc @@ -77,13 +77,13 @@ These snapshots can be used to restore data to a different Neo4j instance. (exportable days) |On-Demand Snapshot restorable days (exportable days) -| AuraDB Free | 4, 5 | Not applicable | Not applicable | 30 days (30) +| AuraDB Free | 4, 5 | Not applicable | Not applicable | 30 days (30 days) -.2+| AuraDB Professional | 4, 5 | 7 days | Not applicable | 7 days once a day +| AuraDB Professional | 4, 5 | Full retention: 1 | 30 days (7 days) | 30 days (30 days) -| 4, 5 | 7 days | Not applicable | 7 days once a day +| AuraDS Professional | 4, 5 | Full retention: 1 | 9 days (7 days) | 180 days (180 days) -.2+| AuraDB Virtual Dedicated Cloud | 4 | 24 full per day | 1 full per day | 60 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 |===