Skip to content

Commit 3141fbf

Browse files
authored
updated the import docs section (#902)
1 parent 5ae4382 commit 3141fbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/upgrading.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ The xref:rest_api_admin.adoc#tag/Document/operation/get_keyspace-_raw-docid[raw]
663663
| *Sync Gateway 1.5 or above*
664664
`shared_bucket_access: true`
665665
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.
668668

669669
Enabling shared bucket access on your existing deployment is *not* reversible.
670670
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
676676
| *Sync Gateway 3.3 or later*
677677
`index.num_replicas: 2` (or n)
678678
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.
680680

681681
As of Sync Gateway 3.3, `num_index_replicas` still works, but this option has been deprecated in favor of `index.num_replicas`.
682682
|===

0 commit comments

Comments
 (0)