azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

Add driver support MongoDb 6.01+ #774

Open itadapter opened 2 years ago

itadapter commented 2 years ago

All integration tests fail on Mongo 6.01: 29 ERROR but pass on 5.0.12

Mongo DB 5.0.12
+------------------------------------------------
|  Platform runtime: NetCore20Runtime
|  Total runnables: 28
|  Total methods: 29
|  Finished: 09/16/2022 12:49:05
|  Running time: 00:01:03.2081696
+------------------------------------------------

   OK: 29   ERROR: 0    TOTAL: 29

Mongo DB exception says: For more details see https://dochub.mongodb.org/core/legacy-opcode-removal

itadapter commented 2 years ago

https://www.mongodb.com/docs/v5.0/tutorial/install-mongodb-on-ubuntu/

Mongo 5.x on Ubuntu 22.04 (includes libssl1.1 instructions)

https://www.cloudbooklet.com/how-to-install-mongodb-on-ubuntu-22-04/