db.BuildServerInfo returns incorrect supported OS information

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Build
    • ALL
    • Hide

      1. Install MongoDB 8.x or later. I used 8.2.7
      2. Run db.serverBuildInfo();
      3. Note the targetMinOS field

      Show
      1. Install MongoDB 8.x or later. I used 8.2.7 2. Run db.serverBuildInfo(); 3. Note the targetMinOS field
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      When installing MongoDB 8.x or later, running db.serverBuildInfo() returns an incorrect targetMinOS string. Currently the value return is:

      targetMinOS: 'Windows 7/Windows Server 2008 R2',

      The correct version is:
      targetMinOS: 'Windows 11/Windows Server 2019',

            Assignee:
            Unassigned
            Reporter:
            Matt Usher
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: