From e1c231922bc51755958b43423266fa79125e60b5 Mon Sep 17 00:00:00 2001 From: Duc Le Date: Wed, 6 Aug 2025 13:42:56 -0700 Subject: [PATCH] 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?*