nightscout / cgm-remote-monitor

nightscout web monitor
GNU Affero General Public License v3.0
2.36k stars 71.43k forks source link

MongoDB driver version for Atlas #8143

Closed ninelore closed 9 months ago

ninelore commented 9 months ago

MongoDB Atlas announced via Email that they will upgrade M0-M5 clusters to MongoDB 7.0 in February 2024.

Since this is our preferred/recommended Database service we need to bump the nodejs driver to at least 5.7

As time of writing the package.json lists 3.6, the package-lock.json 3.7.3.

Sources: https://www.mongodb.com/docs/drivers/node/current/compatibility/ image

(Side note: Personal information in the screenshot is already public record in my GH profile)

psonnera commented 9 months ago

Just tried with Northflank 14.2.6 and 7.0.2, no problem. Disclaimer: an anonymous person I know is running a Nightscout service on Mongo 7 and told me no problem.

ninelore commented 9 months ago

Aight thx for the info