Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-6615

Missing Aggregration Framework after upgrade from 2.0.4 --> 2.2.0 RC0

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.2.0-rc0
    • Component/s: Aggregation Framework
    • None
    • Environment:
      EL5x64
    • ALL

      Hi,

      When I upgrade from 2.0.4 --> 2.2.0 rc0 using the upgrade instruction via . http://docs.mongodb.org/manual/release-notes/2.2/#upgrading

      I notice that the aggregate function isn't working but when I startup the port and point to a new path, it does.

      PRIMARY> db.serverStatus()
      {
      "host" : "db1",
      "version" : "2.2.0-rc0",
      "process" : "mongod",

      PRIMARY> db.c1.aggregate({$sort : { assetId : -1 , status : -1 }});
      Thu Jul 26 14:51:45 TypeError: db.Content.aggregate is not a function (shell):1

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            jason.chuong@cbsi.com Jason Chuong
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: