You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }
The text was updated successfully, but these errors were encountered:
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).
Environment
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" }
The text was updated successfully, but these errors were encountered: