From 28fdce3c70265a603028a523b2741ecfde397d91 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 17 Sep 2025 01:32:27 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- docs/scalardb-cluster/remote-replication.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/scalardb-cluster/remote-replication.mdx b/docs/scalardb-cluster/remote-replication.mdx index 70e0d0074..2d2b35818 100644 --- a/docs/scalardb-cluster/remote-replication.mdx +++ b/docs/scalardb-cluster/remote-replication.mdx @@ -144,6 +144,7 @@ The current private preview version has the following limitations, but they are - Starting remote replication with restored data is not supported. Both primary and backup sites need to start from the beginning. - This feature does not work with the one-phase commit optimization. This optimization must be disabled for replication to function properly. - Creating the replication tables via ScalarDB SQL is not supported. +- The combination of the [encryption feature](./encrypt-data-at-rest.mdx) and remote replication is not officially supported because it has not been verified. ### Architectural limitations