You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in Couchbase Server 8.0, Magma storage backend buckets use 128 vBuckets.
321
+
In earlier versions, all buckets use 1024 vBuckets, except on macOS.
322
+
+
323
+
When creating XDCR replications between the Couchbase Server clusters, the number of vBuckets must be compatible as follows:
324
+
325
+
* From pre-8.0 to 8.0:
326
+
+
327
+
The source and destination buckets must have the same number of vBuckets.
328
+
For example, when replicating from a 7.x cluster to an 8.x cluster, create the target 8.x bucket with 1024 vBuckets.
329
+
330
+
* From 8.0 to pre-8.0:
331
+
+
332
+
The vBucket counts do not need to match.
333
+
However, the vBucket count mismatch, in the source and target buckets of an XDCR topology, does not support the bi-directional replication.
334
+
335
+
* Between 8.0 and later versions:
336
+
+
337
+
Replications are supported even if the buckets have different vBucket counts.
338
+
339
+
Cross-Cluster Versioning (ECCV) Compatibility::
340
+
341
+
Starting in Couchbase Server 7.6.6, buckets include the `enableCrossClusterVersioning` (ECCV) property, which is set to `false` (disabled) by default.
342
+
+
343
+
If you set ECCV to `true` (enabled) on a bucket, then you must set ECCV to `true` on all buckets participating in the XDCR replication topology.
344
+
Otherwise, dependent features may not function.
345
+
+
346
+
As the Couchbase Server versions earlier than 7.6.6 do not support the `enableCrossClusterVersioning` bucket property,
347
+
those buckets cannot participate in a replication topology containing ECCV-enabled buckets.
348
+
+
349
+
Couchbase Server does not automatically validate ECCV consistency across clusters.
350
+
If you want to enable ECCV, then before creating or modifying XDCR replications, you must manually verify that ECCV is enabled on all participating buckets.
0 commit comments