Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongodb 3.6 support #6599

Closed
bramathon opened this issue Dec 19, 2017 · 4 comments
Closed

Mongodb 3.6 support #6599

bramathon opened this issue Dec 19, 2017 · 4 comments
Assignees
Labels
Database/Mongo Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness Type:Bug Product defects
Milestone

Comments

@bramathon
Copy link

Mongodb 3.6 changed the way the aggregate command works

"Changed in version 3.4: MongoDB 3.6 removes the use of aggregate command without the cursor option unless the command includes the explain option. Unless you include the explain option, you must specify the cursor option."

@peterk
Copy link

peterk commented Dec 22, 2017

I guess this is what now causes errors in simple grouping queries in metabase.

Command failed with error 9: 'The 'cursor' option is required, except for aggregate with the explain argument' on server 127.0.0.1:27017. The full response is { "ok" : 0.0, "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument", "code" : 9, "codeName" : "FailedToParse" }

@bramathon
Copy link
Author

Yes, it appears so

@id-ekaagr
Copy link

No mongodb support till now. v3.6 is the best one so far from mongodb, yet metabase doesn't support it. I'm forced to look for alternatives after such a good run.

@salsakran salsakran added Type:Bug Product defects Database/Mongo Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness labels Dec 29, 2017
@camsaul camsaul self-assigned this Jan 2, 2018
@camsaul camsaul added this to the 0.28 milestone Jan 2, 2018
@id-ekaagr
Copy link

This issue is still not fixed. Is Metabase ever going to release 0.27.3 ever for Mac OS?

Current Latest (0.27.2) doesn't work with MongoDB 3.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Database/Mongo Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness Type:Bug Product defects
Projects
None yet
Development

No branches or pull requests

5 participants