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" }
Unknown commented 2 years ago
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)
wojciech.kapcia@tigase.netchanged state to 'Closed'6 months ago
Previous Value
Current Value
Open
Closed
wojciech.kapcia@tigase.netadded to iteration "tigase-server-8.4.0"6 months ago
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" }