DirectAdmin 1.53.0 to 1.52.1 update is available.

CISWS

Verified User
Joined
Aug 4, 2016
Messages
6
I have several DirectAdmin servers which want to downgrade (?). A snippet of the ./build versions output:

Code:
[root@server1 custombuild]# ./build versions
Latest version of DirectAdmin: 1.52.1
Installed version of DirectAdmin: 1.53.0

DirectAdmin 1.53.0 to 1.52.1 update is available.

Latest version of Let's Encrypt client: 1.0.19
Installed version of Let's Encrypt client: 1.0.22

Let's Encrypt client 1.0.22 to 1.0.19 update is available.

Latest version of Apache: 2.4.29
Installed version of Apache: 2.4.29

In DirectAdmin the versions are correctly displayed. What should I do with this "downgrade". These are production servers that I don't want to break.

Kind Regards,
Roland
 
Hello Roland,


Run


Code:
./build update

to update a file with versions. The file might be outdated.

Or you use a mirror which is out of sync, try it then:

Code:
./build set_fastest
 
Back
Top