Ability to turn on/off MongoDB Agent auto-update in specific/all Cloud Manager/Atlas Project(s)
What is the problem that needs to be solved? Ability to turn on/off MongoDB Agent auto-update in specific/all Cloud Manager/Atlas Project(s).
Why is it a problem? (the pain) Cloud Manager/Atlas Project will warn a user with One or more software components are out of date: MongoDB Agent every time a new version of MongoDB Agent is released, so a user will need to always manually click on Update Software Components
button to get rid of that warning (filename: 2020-04-06mongodbagentupdatewarning.png). Frequent updates of MongoDB Agent creates lots of noise for users who is willing to get rid of out of date: MongoDB Agent
warning in their Cloud Manager/Atlas Projects.
-
Alexey commented
@Andrey, Thanks. Even using mongocli it will still require a manual effort (unless mongocli itself is scripted, too). The idea of this Feature Request is to allow to update MongoDB Agent in automatic way (same as it is currently done for Atlas).
-
AdminAndrey (Admin, MongoDB) commented
One possible solution to use mongocli that can iterate over required projects and update Agent versions.
It may be easier/dafer to manage just selected groups rather than a total upgrade of all clusters.