updates available - how to update?

skym4n

Verified User
Joined
Aug 1, 2020
Messages
100
Location
Brazil
ImageMagick 7.0.10-18 to 7.0.10-25 update is available.
exim.conf 4.5.27 to 4.5.28 update is available.
PHP 7.2: 7.2.32 to 7.2.33 update is available.
PHP 7.3: 7.3.20 to 7.3.21 update is available.
PHP 7.4: 7.4.8 to 7.4.9 update is available.

how to update?
 
with this tools
 
Or like real admins do.
Login to your server as root via SSH and then give the following commands:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
 
Or like real admins do.
Login to your server as root via SSH and then give the following commands:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
Don't forget to run OS specific updates as well every so often.
Code:
yum update -y
or
Code:
apt update
apt upgrade -y
 
Don't forget to run OS specific updates as well every so often.
He didn't ask those. But indeed it's important to check and do thoose too.

I rather do:
Code:
yum check-update
and see what is getting updated. Or just "yum update" then the list appears too.
In case I want to wait with some update listed.
But that's a personal choice.

Nice to see you're back. ;)
 
Back
Top