Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-16427

[SERVER] Document how to enable/disable balancer auto-merger

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • manual, Server

    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

       

      Attachments

        Activity

          People

            joseph.dougherty@mongodb.com Joseph Dougherty
            tommaso.tocci@mongodb.com Tommaso Tocci
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              17 weeks, 2 days ago