acorn-io / mongodb-atlas

0 stars 2 forks source link

Not able to pick MongoDB version by setting - `dbVersion` param. #16

Closed sangee2004 closed 9 months ago

sangee2004 commented 9 months ago

Steps to reproduce the problem:

  1. Deploy Atlas Mongodb app with a specific db version using dbVersion param - acorn run --update -n santest1 . --clusterName sangeedbversion --dbName sandb --dbUser sanuser1 --dbVersion 7.0 --provider AZURE --region US_EAST_2

  2. Once the app is deployed , dbVersion always shows - as "6.0.12" in Atlas console

Screen Shot 2023-12-12 at 2 57 43 PM Screen Shot 2023-12-12 at 3 01 48 PM
cloudnautique commented 9 months ago

Per the docs, that checks out. https://www.mongodb.com/docs/atlas/reference/faq/database/#which-versions-of-mongodb-do-service-clusters-use-

Please try on an m10+ cluster.

sangee2004 commented 9 months ago

Will try this on M10 clusters once https://github.com/acorn-io/mongodb-atlas/issues/15 is addressed

sangee2004 commented 9 months ago

Able to set DB version using dbVesion param for clusters with M10 tier.