I am trying to upgrade security patches on production boxes. Need to know how can i plan this activity. I also need to make sure that in case something is wrong then how do i roll the updates.
Asked
Active
Viewed 1,045 times
1 Answers
1
You do that by using common business practices:
- Read the Ubuntu Security notices
- Keep system back-ups of your system (you're definitely user type 4)
- Have a test system (virtual or not) to test updates before rolling them out
- Use secure passwords and don't re-use them.
- Install software intelligently and keep it updated as well.
- etc...
-
Don't thank me! ;-) If you like my answer, just click the little grey ☑ under the "0" now turning it into beautiful green. If you do not like my answer, click on the little grey down-arrow below the 0, and if you really like my answer, click on the little grey checkmark and the little up-arrow... If you have any further questions, go to http://askubuntu.com/questions/ask – Fabby Mar 24 '15 at 15:03
sudo apt-get update && sudo apt-get upgrade
support will be likely limited. – Panther Mar 19 '15 at 11:34sudo apt-get update && sudo apt-get upgrade
– Panther Mar 19 '15 at 12:20