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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/upgrading.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -663,8 +663,8 @@ The xref:rest_api_admin.adoc#tag/Document/operation/get_keyspace-_raw-docid[raw]
663
663
| *Sync Gateway 1.5 or above*
664
664
`shared_bucket_access: true`
665
665
2+a|
666
-
After restarting Sync Gateway with the updated configuration file, the mobile metadata for existing documents is automatically migrated.
667
-
To enable shared bucket on incoming documents, one Sync Gateway node in the cluster must also have the `import_docs: continuous` property in the configuration file.
666
+
After you restart Sync Gateway with the updated configuration file, Sync Gateway automatically migrates the mobile metadata for existing documents when you set `import_docs` to `true`.
667
+
To enable shared bucket access on incoming documents, set the `import_docs`: `true` property on at least one Sync Gateway node in the cluster.
668
668
669
669
Enabling shared bucket access on your existing deployment is *not* reversible.
670
670
It is recommended to test the upgrade on a staging environment before upgrading the production environment.
@@ -676,7 +676,7 @@ The known issue xref:release-notes.adoc#2-5-0[CBG-394], means that the upgrade w
676
676
| *Sync Gateway 3.3 or later*
677
677
`index.num_replicas: 2` (or n)
678
678
2+|
679
-
After restarting Sync Gateway with the updated configuration file, the number of Index Replicas in the Couchbase Server cluster is automatically updated.
679
+
After you restart Sync Gateway with the updated configuration file, Sync Gateway automatically updates the number of Index Replicas in the Couchbase Server cluster.
680
680
681
681
As of Sync Gateway 3.3, `num_index_replicas` still works, but this option has been deprecated in favor of `index.num_replicas`.
0 commit comments