Services Not Updating to the Latest Versions on the Server

yousefvafaei

Verified User
Joined
Aug 16, 2023
Messages
5
Location
IRAN
Hello,

I'm using CentOS 7 along with DirectAdmin on my dedicated server, which hosts a WordPress website. Unfortunately, I am unable to update the services on my server using the following link: link to the DirectAdmin forum thread.

I am also utilizing "CustomBuild" for managing my services. Despite there being several new updates available for my services, as you can see in the screenshot, it indicates that the latest versions of the services are installed, which is not the case. Could you please guide me on how to resolve this issue?

Thank you for your assistance.
 

Attachments

  • Screenshot (139).png
    Screenshot (139).png
    64.9 KB · Views: 15
it indicates that the latest versions of the services are installed, which is not the case.
I only see matching versions in the screenshot. Exactly what is not up to date according to you?

Did you already try the ./build update and after that ./build update_versions command to update things?
 
Ah wait... I think I see the problem. You are running an old version of Directadmin.
Updates are added to DA versions, so if you want to update, it's not like in the older days anymore (thread you pointed to) but you have to update Directadmin too.

If you update Directadmin, you will also be able to update other applications present on the server.
 
Ah wait... I think I see the problem. You are running an old version of Directadmin.
Updates are added to DA versions, so if you want to update, it's not like in the older days anymore (thread you pointed to) but you have to update Directadmin too.

If you update Directadmin, you will also be able to update other applications present on the server.
After reviewing, I've come to exactly your point:love:. Now, how can I upgrade my DirectAdmin to the latest version, which is 1.654? Thank you
 
Normally you can do that by using the commands I mentioned from the custombuild directory.
However, it's also possible just from within Directadmin if you login as admin.
Under the "Licensing/Updates" section you can also update Directadmin.
 
I followed the instructions provided by my hosting provider:

Code:
cd /usr/local/directadmin/scripts/
./getDA.sh current

Unfortunately, the result I get is:

Code:
directadmin current v1.646 3b69b16ffa9c847a6baa466778b10db7 linux_amd64: already latest

It says that the latest version is already installed, but that's not the case. Version 1.653 is available. What should I do?
 
Back
Top