List servers with package upgrades pending #67505
Replies: 3 comments
-
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Beta Was this translation helpful? Give feedback.
-
Are you talking about something like a summary ? I think you can do it yourself using a runner. |
Beta Was this translation helpful? Give feedback.
-
Hi, not sure what a runner is. Do you have an example command? I'd like a command I can run to list all servers which have one or more upgrades pending. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I often use this command to see which servers need package upgrades:
salt '*' pkg.list_upgrades
But, this creates a very long list of all the packages on all the servers.
Describe the solution you'd like
It would be nice to run something like:
salt '*' pkg.list_servers_with_upgrades_pending
To only get a list of servers which are in need of upgrades.
Additional context
Every time there is a Debian point release, I have to log into each server and upgrade it manually.
Beta Was this translation helpful? Give feedback.
All reactions