Solved How to update version DirectAdmin 1.62 to lasted version

I can't use the ./build update command because of a download error. https://files-sg.directadmin.com/services/custombuild/2.0/custombuild.tar.gz doesn't work.
These old update files are not usable anymore for some time already.

It depends on how old your current version is. First try this if it's a very old one, as root via SSH:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions

hopefully your DA version will get updated then at least.

After that, or if you are having a new version already, use this command from any directory:
Code:
da build update
da build update_versions
 
These old update files are not usable anymore for some time already.

It depends on how old your current version is. First try this if it's a very old one, as root via SSH:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions

hopefully your DA version will get updated then at least.

After that, or if you are having a new version already, use this command from any directory:
Code:
da build update
da build update_versions
I've tried both methods but I get the following error and da build update the system says it can't find the command.

Do you have any other methods that work?
 

Attachments

  • Capture.PNG
    Capture.PNG
    30.1 KB · Views: 7
  • Capture1.PNG
    Capture1.PNG
    6.3 KB · Views: 7
Do you have any other methods that work?
Try what it says in the error.

Code:
cd /usr/local/directadmin/custombuild
./build update_da
this should at least update Directadmin. After that you should be able to use the "da build update" and "da build update_versions" commands.

Be aware that some old PHP versions might not be available anymore on the new DA versions.
 
Back
Top