Update requirements regarding target replica set state#33
Update requirements regarding target replica set state#33rasika-chivate wants to merge 47 commits intomainfrom
Conversation
This reverts commit 187be31.
|
|
||
| Indexes are created on the target to match those defined on the source collection. | ||
|
|
||
| 4. **Apply sharding (if applicable)** |
There was a problem hiding this comment.
I think we should remove that step here - as it involves sharding and this "tab" is about ReplicaSet to ReplicaSet replication. This step should rather appear in the "Sharding" tab.
|
|
||
| {{pcsm.short}} copies the documents from the source collection to the target. | ||
|
|
||
| See [Start the replication](install/usage.md#start-the-replication) for command details. |
There was a problem hiding this comment.
This sentece I believe should go outside of "Step 5" -> as it refers to the upper level step (start command)
|
|
||
| For detailed instructions, see [Use {{pcsm.full_name}}](install/usage.md). | ||
|
|
||
| === "Sharded Clusters (Tech Preview)" |
There was a problem hiding this comment.
I believe we should mention the "overwrite" warning also for Sharded case.
|
|
||
| Percona ClusterSync for MongoDB (PCSM) is a middleware synchronization tool that connects source and target clusters. It reads the change stream from the source cluster and applies those changes to the target cluster. | ||
|
|
||
| !!! info "Important" |
There was a problem hiding this comment.
TBH - I think that's not needed here. It's kind of a side topic to the architecture. And we also mention that detailes are covered in into page within a workflow. Let's remove it from that page to avoid duplications.
| @@ -10,7 +10,15 @@ You can interact with {{pcsm.full_name}} using the command-line interface or via | |||
|
|
|||
| ## Before you start | |||
There was a problem hiding this comment.
I think we may remove the entire paragraph. It's rather a description of "How it works" rather than what you should do "before start".
Co-authored-by: Radoslaw Szulgo <radoslaw.szulgo@percona.com>
… of https://github.com/percona/pcsm-docs into Update-requirements-regarding-target-replica-set-state
Please update the requirements for the target replica set state as outlined in the ticket below:
https://perconadev.atlassian.net/browse/PCSM-269