Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 08Edna

Pages: [1]
1
Information / Re: How to enable CWP Panel packages auto update
« on: November 19, 2019, 09:21:47 AM »
Please, what is the code I should add in the crontab to make the server reboot after it had done all the updates?

Hi, nope. I do not think so.
But you can add some cronjob (under root user) like the below one:
Code: [Select]
* * */1 * * yum -y -q update 2>/dev/null

I do not think a reboot required. I would not reboot the server with no emergency reason.

This goes against any good practice in Change Management, whose purpose is to safeguard the well-running state of a Production system. Any change brought into the Production system should have been thoroughly tested in a Quality Assurance or Test environment, which replicates the Production system, but whose failure would not be an issue. Only after you confirmed that an update will not interfere in any way with the OS and the applications running on it, only then should that update be applied in Prod.

Pages: [1]