Update CentOS server with directadmin

bernikm

Verified User
Joined
Oct 24, 2011
Messages
19
Hi

We're running

CentOS release 5.5
DirectAdmin/Exim 4.24
Latest version of DirectAdmin: 1.41.1

The server has not been updates or upgraded over a year (since the installation).
Can anyone please explain me what is the right procedure to update server ?
Do I run yum update all on SSH, or do we need do update via DirectAdmin GUI ?

Thank you in advance
 
Update DirectAdmin services (apache, mysql etc)
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions

Update system
Code:
yum update
 
Back
Top