[DOCS-16427] [SERVER] Document how to enable/disable balancer auto-merger Created: 09/Oct/23  Updated: 10/Oct/23

Status: In Progress
Project: Documentation
Component/s: manual, Server
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Tommaso Tocci Assignee: Joseph Dougherty
Resolution: Unresolved Votes: 0
Labels: sharding
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:
Days since reply: 17 weeks, 2 days ago

 Description   

In the documentation of the balancer auto-merger I couldn't fidn any section regarding how to enable or disable the auto-merger.

The command to enable/disable the auto-merger is the following:

db.getSiblingDB("config").settings.update(
   {_id: 'automerge'},
   {$set: {enabled: <false|true>}},
   {upsert: true, writeConcern: {w: 'majority'}});

 
It should be similar to the instruction we have to disable/enable the balancer

 



 Comments   
Comment by Sarah Olson [ 09/Oct/23 ]

Thanks tommaso.tocci@mongodb.com, we'll look into this.

Generated at Thu Feb 08 08:15:21 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.