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 driver may need upgrade #6

Open
shenwii opened this issue May 23, 2023 · 1 comment
Open

mongodb driver may need upgrade #6

shenwii opened this issue May 23, 2023 · 1 comment

Comments

@shenwii
Copy link

shenwii commented May 23, 2023

Environment

  • tigase-xmpp-server docker: last
  • mongo docker: last (v6.0.5)

When I try to connect to mongo, it reports an error.
Command failed with error 352: 'Unsupported OP_QUERY command: listDatabases. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal' on server mongo:27017. The full response is { "ok" : 0.0, "errmsg" : "Unsupported OP_QUERY command: listDatabases. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal", "code" : 352, "codeName" : "UnsupportedOpQueryCommand" }

@woj-tek
Copy link
Contributor

woj-tek commented May 23, 2023

We are aware of the issue and updated driver will be available in the next Tigase version - 8.4. For now, as a workaround, you can use older mongodb version (which should be quite easy considering you use docker).

(ref: mongodb-34)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants