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

Fix use of aggregate mongodb command without 'cursor' option #22

Open
ansell opened this issue Jun 18, 2019 · 0 comments
Open

Fix use of aggregate mongodb command without 'cursor' option #22

ansell opened this issue Jun 18, 2019 · 0 comments
Assignees
Labels

Comments

@ansell
Copy link

ansell commented Jun 18, 2019

Mongodb-3.4 deprecates the use of the aggregate command without using the cursor option.

https://docs.mongodb.com/manual/release-notes/3.4-compatibility/#aggregate-without-cursor

This would prevent upgrading to a maintained version of mongodb based on the notes above

It showed up as an issue in the log files when investigating profiles-service today:

==> /var/log/mongodb/mongod.log <==
2019-06-18T11:22:18.688+1000 W COMMAND  [conn5] Use of the aggregate command without the 'cursor' option is deprecated. See http://dochub.mongodb.org/core/aggregate-without-cursor-deprecation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants