-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update a single package on many host #97
Comments
I'm supporting this feature request. |
can you explain a scenario where you dont want to do upt-get upgrade instead of upgrade a single package. For security reasons its a good rule to follow to try to keep all packages up2date. Im just thinking about keeping apt-dater with minimal very usable features so it dont become cluttered with features only very few uses. Would be great to hear about scenarios where you dont want to do apt-get dist-upgrade|upgrade |
First of all thank you for your quick answer.
On web server "a":
On web server "b"
I do not want to update postgresql package, nginx, apache, php or nodejs, because this will be a little project, but security team want me to upgrade all the openssl packages on all the linux servers. This lead to two problems:
I hope I am clear. |
Hi, as a quick workaround you might try to use the "install" function. On The is a --only-upgrade option for apt-get to prevent accidentally --ony-upgrade pkg1 pkg2 This should upgrade pkg1 and pkg2 and their dependencies. HTH, On 07/08/2015 04:18 PM, Julien Groselle wrote:
support@ibh.de Tel. +49 351 477 77 30 Dipl.-Ing. Thomas Liske IBH IT-Service GmbH Amtsgericht Dresden Germany VAT DE182302907Ihr Partner für: LAN, WAN IP-Quality, Security, VoIP, SAN, Backup, USV
|
Hi, The workaround work in my case, thank you. But it should be better to implement this option. Upgrade a GNU/Linux production server is not always a simple task due to the number and the type of package out of date. We are not Windows sysadmin and their "Patch & pray" policy... :-P Have a good day. Again thanks. |
ACK The first step is to extend the apt-dater-host stuff to support 'selective package upgrades' before apt-dater could implement it. After a quick look at different package manager backends most of them seems to support upgrading selected packages. HTH, |
Hello,
First of all thank you for this tool. Really efficient.
Is it possible to update a defined package for a selected group ?
For example:
The command line should be:
This feature is really important for us.
Thank you.
The text was updated successfully, but these errors were encountered: