From 37b034eb15f4bf94d6e844516e15c99c7173c1ef Mon Sep 17 00:00:00 2001 From: Tushar-TG-14 Date: Tue, 22 Jul 2025 22:57:37 +0530 Subject: [PATCH 1/3] DOC-2895-Updated release notes with the correct date format --- .../savanna/modules/overview/pages/release-notes.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/savanna/modules/overview/pages/release-notes.adoc b/modules/savanna/modules/overview/pages/release-notes.adoc index a047c9ba..c8b17495 100644 --- a/modules/savanna/modules/overview/pages/release-notes.adoc +++ b/modules/savanna/modules/overview/pages/release-notes.adoc @@ -6,13 +6,13 @@ == June 2025 -=== 25_06_A +=== 2025-06-25 ==== Workspace Enhancements * *Improved Read-Only Workspace Refresh Process:* Savanna now parallelizes workspace refresh tasks. Snapshots more accurately reflect the data state at the start of the refresh, improving both accuracy and performance. -=== 25_06_B +=== 2025-06-11 ==== Workspace Enhancements @@ -20,7 +20,7 @@ == May 2025 -=== 25_05_A +=== 2025-05-20 ==== Onboarding Enhancements @@ -28,7 +28,7 @@ == April 2025 -=== 25_04_B +=== 2025-04-29 ==== Workspace Enhancements @@ -36,7 +36,7 @@ == March 2025 -=== 25_03_B +=== 2025-04-03 ==== Data Ingestion Enhancements From e1c231922bc51755958b43423266fa79125e60b5 Mon Sep 17 00:00:00 2001 From: Duc Le Date: Wed, 6 Aug 2025 13:42:56 -0700 Subject: [PATCH 2/3] TCE-6942 fix(backup): remove mentioned of keeping backup after termination --- modules/savanna/modules/resources/pages/faqs.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/savanna/modules/resources/pages/faqs.adoc b/modules/savanna/modules/resources/pages/faqs.adoc index 3195d855..d1a7b0c7 100644 --- a/modules/savanna/modules/resources/pages/faqs.adoc +++ b/modules/savanna/modules/resources/pages/faqs.adoc @@ -312,7 +312,7 @@ Terminating a Workspace: * **Action**: Deprovisions the workspace and the attached disk space. * **State**: The workspace and all its data are deleted according to the cloud platform's policies. * **Billing**: All associated billing stops, including for the virtual machine instance, disk storage, and backups. -* **Backups**: We will keep the latest backup in storage for 15 days and then delete. +* **Backups**: All backups associated with the workspace will be deleted. * **Recovery**: The workspace cannot be recovered once terminated. In summary: @@ -340,9 +340,7 @@ A: Cross workspace restore is not supported yet. Contact TigerGraph Support to r === *Q: What happens to my automated backups if I terminate my workspace?* -A: We will keep the latest backup for 15 days and then delete. -Within that 15 days, you may use your backup to restore into another similar cluster if it is a single server cluster. -To restore a cluster within 15 days, please submit a support ticket through the cloud portal. +A: All backups associated with the workspace will be deleted. === *Q: How soon can I restore from a backup that I just made?* From 99ffdfddbd4bf9601bdab0693d4c1d28306faf23 Mon Sep 17 00:00:00 2001 From: Steven Huang Date: Tue, 26 Aug 2025 11:53:48 -0700 Subject: [PATCH 3/3] make pull request