Help needed with update to latest DA version through CLI commands

PeterVeldhuis

Verified User
Joined
Jan 18, 2024
Messages
24
Location
Apeldoorn
Hi guys,
Sorry, I need to ask for some help.
I've received a new VPS including DA, but the version installed by my hostingpartner is so old, it get's a license expired error.

Tried to update with CLI, but it seems "DA Update" doesn't exist
1727893880110.png

Therefore I try to update my DA through CLI commands (https://docs.directadmin.com/direct...ting-da.html#manual-update-using-cli-commands).

Getting gzip-error. I feel it has something to do with the " ' " behind the sed; that looks diffrent then to the example on the documentation, but not sure how to make that diffrent either.

1727893622984.png
 
Tried to update with CLI, but it seems "DA Update" doesn't exist
No not yet, this is only something from one of the latest releases.

So most likely you need to use the older command to update it:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
 
Back
Top