Skip to content

Commit 0b7fb20

Browse files
authored
added admonition for xdcr (#905)
* added admonition for xdcr * Update sync-with-couchbase-server.adoc
1 parent 93e0bdf commit 0b7fb20

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

modules/ROOT/pages/server-compatibility/server-compatibility-xdcr.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ It pushes data from the primary data center to the secondary data centers, where
8686
image::{image-xdcr-data-replication-to-read-only}[,std-image-size]
8787
====
8888

89-
9089
[#lbl-prov-drc]
9190
== Disaster Recovery Scenario
9291

modules/ROOT/pages/sync/sync-with-couchbase-server.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Mobile applications require additional metadata in order to manage security and
5656

5757
{sgw-t} stores this information using {cbs} XATTRs (see {cbs} documentation on {server-data-xattr-fundamentals--xref}).
5858

59+
CAUTION: Bi-directional XDCR is only supported in Sync Gateway 4.0.
60+
For earlier versions, upgrade to 4.0 to use bi-directional XDCR.
5961

6062
=== Extended Attributes (XATTRs)
6163

@@ -138,9 +140,9 @@ SELECT meta().xattrs._sync FROM scope.collection WHERE meta().id = "mydocId"
138140
----
139141
====
140142

141-
WARNING: {sgw} maintains the sync metadata internally, and its structure can change at any time.
142-
Applications must not use it for business logic.
143-
The direct use of the {sqlpp} query or modifying the internal sync metadata contents to drive the business logic is unsupported and must not be used in production environments.
143+
WARNING: {sgw-t} maintains the sync metadata internally, and its structure can change at any time.
144+
Applications must not use it for business logic.
145+
The direct use of the {sqlpp} query or modifying the internal sync metadata contents to drive the business logic is unsupported and must not be used in production environments.
144146
The sync metadata includes the `_sync` extended attribute (XATTR) in use case documents and all `_sync:` prefixed documents in Sync Gateway connected Buckets.
145147

146148
=== Enable Shared Bucket Access

0 commit comments

Comments
 (0)