From edf41fa1b37a221457a93332af79104b3ee586a1 Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Fri, 12 Jun 2026 16:36:50 +0100 Subject: [PATCH 1/3] GSI backfill files are encrypted --- modules/manage/pages/manage-settings/general-settings.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/manage/pages/manage-settings/general-settings.adoc b/modules/manage/pages/manage-settings/general-settings.adoc index cd5b2601f4..441a401c51 100644 --- a/modules/manage/pages/manage-settings/general-settings.adoc +++ b/modules/manage/pages/manage-settings/general-settings.adoc @@ -265,6 +265,10 @@ Under *CURL() Function Access*, specify either *Unrestricted* or *Restricted*, t When a query has an extremely large corresponding index scan, the indexer buffers the results into a temporary directory. Since this method may cause high I/O and works differently on Windows, you can configure backfill settings for the {sqlpp} engine and its embedded GSI client. +In Couchbase Server 8.1 and later, backfill files are encrypted when encryption at rest is enabled. +For more information, see Encryption at Rest. +// TODO: Link to encryption at rest concept topic. + * The *Query Temp Disk Path* field enables you to specify the path to which the indexer writes temporary backfill files, to store any transient data during query processing. The specified path must already exist. Only absolute paths are allowed. From 6710b98aa4da9c2403301b4925c69839d484ecbc Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Tue, 16 Jun 2026 14:41:21 +0100 Subject: [PATCH 2/3] Add link to encryption at rest topic --- modules/manage/pages/manage-settings/general-settings.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/manage/pages/manage-settings/general-settings.adoc b/modules/manage/pages/manage-settings/general-settings.adoc index 441a401c51..2d9f9c5aa4 100644 --- a/modules/manage/pages/manage-settings/general-settings.adoc +++ b/modules/manage/pages/manage-settings/general-settings.adoc @@ -266,8 +266,7 @@ When a query has an extremely large corresponding index scan, the indexer buffer Since this method may cause high I/O and works differently on Windows, you can configure backfill settings for the {sqlpp} engine and its embedded GSI client. In Couchbase Server 8.1 and later, backfill files are encrypted when encryption at rest is enabled. -For more information, see Encryption at Rest. -// TODO: Link to encryption at rest concept topic. +For more information, see xref:learn:security/native-encryption-at-rest-overview.adoc[]. * The *Query Temp Disk Path* field enables you to specify the path to which the indexer writes temporary backfill files, to store any transient data during query processing. The specified path must already exist. From 452786605530fa548ca09c6ab1c0c3cf3acdfad2 Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Tue, 16 Jun 2026 14:49:09 +0100 Subject: [PATCH 3/3] Replace 8.1 with codename Totoro release --- modules/manage/pages/manage-settings/general-settings.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/manage/pages/manage-settings/general-settings.adoc b/modules/manage/pages/manage-settings/general-settings.adoc index 2d9f9c5aa4..749d4b0089 100644 --- a/modules/manage/pages/manage-settings/general-settings.adoc +++ b/modules/manage/pages/manage-settings/general-settings.adoc @@ -4,6 +4,7 @@ :keywords: backfill :imagesdir: ../../assets/images :page-toclevels: 3 +:totoro: codename Totoro release [abstract] {description} @@ -265,7 +266,7 @@ Under *CURL() Function Access*, specify either *Unrestricted* or *Restricted*, t When a query has an extremely large corresponding index scan, the indexer buffers the results into a temporary directory. Since this method may cause high I/O and works differently on Windows, you can configure backfill settings for the {sqlpp} engine and its embedded GSI client. -In Couchbase Server 8.1 and later, backfill files are encrypted when encryption at rest is enabled. +In Couchbase Server {totoro} and later, backfill files are encrypted when encryption at rest is enabled. For more information, see xref:learn:security/native-encryption-at-rest-overview.adoc[]. * The *Query Temp Disk Path* field enables you to specify the path to which the indexer writes temporary backfill files, to store any transient data during query processing.