From 1f3099bb5fbc9daf700ae9ee1ccd8a777691e3cb Mon Sep 17 00:00:00 2001 From: Shwetha Rao Date: Fri, 10 Oct 2025 10:50:30 +0530 Subject: [PATCH] Listed PITR as dev preview feature --- .../developer-preview/pages/preview-mode.adoc | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/modules/developer-preview/pages/preview-mode.adoc b/modules/developer-preview/pages/preview-mode.adoc index c6aa78a47f..67fb4dd388 100644 --- a/modules/developer-preview/pages/preview-mode.adoc +++ b/modules/developer-preview/pages/preview-mode.adoc @@ -68,6 +68,20 @@ SUCCESS: Cluster is in developer preview mode [#developer-preview-features] == Developer Preview Features -The following features are provided as part of the _Developer Preview_ for this release. +The following feature is provided as a part of the Developer Preview for this release. -include::introduction:partial$developer-preview-features-76.adoc[] +=== Continuous Backup and Point-in-Time Recovery (PITR) + +Point-in-Time Recovery (PITR) allows you to restore data to a specific timestamp, `HH:MM:SS`, either in the same cluster or to a different cluster. +This capability helps reduce potential data loss resulting from accidental modification, deletion, or data corruption. + +Using continuous backup and PITR, you can do the following: + +* *Minimize data loss*: +Reduce the potential data loss window from hours or days to mere minutes or seconds by rolling back to the backup that occurred just before data corruption. +* *Increase reliability*: +Get granular control and faster recovery options compared to conventional full or incremental backups. +* *Enhance compliance*: +Support industries with strict data audit, data integrity, and regulatory requirements; allowing precise and timestamp-based recovery. + +To try this feature, submit a https://support.couchbase.com/hc/en-us[Couchbase Support] ticket.