-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Error [MongoError]: Unsupported OP_QUERY command: listCollections. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal
at Function.MongoError.create (C:\Users\user\Desktop\poetry\node_modules\mongodb-core\lib\error.js:31:11)
at queryCallback (C:\Users\user\Desktop\poetry\node_modules\mongodb-core\lib\cursor.js:212:36)
at C:\Users\user\Desktop\poetry\node_modules\mongodb-core\lib\connection\pool.js:455:18
at processTicksAndRejections (node:internal/process/task_queues:78:11) {
ok: 0,
errmsg: 'Unsupported OP_QUERY command: listCollections. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal',
code: 352,
codeName: 'UnsupportedOpQueryCommand'
}
"mongodb-backup": "^1.6.9"