Control Web Panel

WebPanel => Updates => Topic started by: mfaridi on January 07, 2016, 11:09:41 AM

Title: update all packages
Post by: mfaridi on January 07, 2016, 11:09:41 AM
when I can run
Code: [Select]
yum -y updateI install centos webpanel on CentOS 6.7.
Can I do this every day ?
can this break my Centos webpanel and make problem for me ?
Title: Re: update all packages
Post by: Igor S. on January 08, 2016, 11:45:37 AM
Hello.

You can break down your OS if you will install everything. Better do that manually...
Title: Re: update all packages
Post by: mfaridi on January 08, 2016, 02:07:12 PM
Hello.

You can break down your OS if you will install everything. Better do that manually...
OK , Thanks
but I want update installed packages , like apache , postfix and ....
an I run this command
Code: [Select]
yum -y updateeveryday ?
Title: Re: update all packages
Post by: Igor S. on January 12, 2016, 08:28:06 AM
Hi.
Yes, if you want do that everyday, you can use
Code: [Select]
yum -y update in the crontab job.
But be carefull, you can not update Apache and PHP from the yum, since it installed by CWP from source code.

but I want update installed packages , like apache , postfix and ....
an I run this command
Code: [Select]
yum -y updateeveryday ?

Title: Re: update all packages
Post by: mfaridi on January 12, 2016, 09:56:07 AM
Hi.
Yes, if you want do that everyday, you can use
Code: [Select]
yum -y update in the crontab job.
But be carefull, you can not update Apache and PHP from the yum, since it installed by CWP from source code.

but I want update installed packages , like apache , postfix and ....
an I run this command
Code: [Select]
yum -y updateeveryday ?

thanks agiain
I installed Centos webpanel by sh on fresh installation of Centos
Title: Re: update all packages
Post by: Igor S. on January 14, 2016, 07:38:15 AM
Also, if you decide do upgrade everyday, you can use the crontab job.