I have a vps which runs a LAMP stack to serve mainly drupal installations. Today a new kernel version for debian has been released. What is the best way to upgrade my machine to minimise any risks??
Thanks in advance for your replies.
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Generlly speaking, if you haven't done anything fancy with your setup then the starndard The key things to look out for are:
I have done this a number of times on remote systems running Sarge, Etch and Lenny and had no problems even on machines that have RAIDed root filesystems (in earlier days, RAIDed and/or LVM based root filesystems were a key cause of problems, but this has been much more safe in recent times). I recommend updating+checking backups then rebooting the machine before running the update. This way you are sure that any problems you encounter are due to the upgrade and not a pre-existing problem with yout setup that had not yet raised its ugly head because the machine had not been restarted recently. | ||||
|
feedback
|
|
I too agree with MikeyB, debian stable is bugfixes and security updates. Especcially the current update addresses multiple remote vulnerabilities hence the reason to update. I am also fan of "if it's not broken then don't fix it" mentality. | |||
|
feedback
|
|
The best way to minimize risk is to not upgrade the kernel. If you don't have a need for any specific features offered in the kernel and it is not a security issue then by all means just LEAVE IT! Most new features in kernels tend to be hardware support or features that you are likely to never use unless you are a real power user. | |||||||
feedback
|