-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unknown option "upsert" in development #46
Comments
Thanks for looking into this! I was just debugging this last night - seems we don't support mongo 3 fully. I'm currently working towards a new release after a while and gonna patch that within this week. 👍 |
amazing, thank you! |
Update on this: The latest master should have fixed all remaining issues on this. I'm currently working towards a new release, will close the issue after 0.4. |
@xaviershay I'm running into this same error on Sierra and I'm not using pagerbot. I, too, am running Sierra with Mongo 3.4.1 and have code that worked against mongo 3.2.1 that is generating these errors against 3.4.1. This Github issue is the first reference I've found to someone else having the same problem, if you run across another reference somewhere, would you please let me know? |
@xaviershay Updating the ruby mongo gem fixed this issue: 69ebc44 671fcad 29fd7b2 |
I followed the dev instructions on OSX sierra, using
brew install mongo
to get v3.4.1. I get the following failure when trying to go through setup:This is confusing since 3.4.1 version of mongo definitely supports this command. In prod (on heroku) I'm running 3.2.11, so maybe that's a problem. I guess I can go and find an older version to install.
I noticed that version of the mongo gem is way behind head (
2.4.1
), so tried upgrading it. That causes other errors – I can try working through them to fix if someone thinks that would help. I can't find a changelog for that gem though.So I have some more things I can try but before I go chasing rabbits wanted to check if anyone else seen this or have some likely hypotheses as to the problem?
The text was updated successfully, but these errors were encountered: