DA not working after long inactivity

dorucrisan

Verified User
Joined
Oct 23, 2021
Messages
140
Location
Bucharest / Romania
I have a small backup server that was not powered for 6 months or so. After powering up today, DA is not working. I can connect normally using SSH.
The message I get as below, tried to update via SSH using a procedure that I found on the internet, looks like something still wrong. Any advice? Thanks in advance.

[root@host custombuild]# cd /usr/local/directadmin

[root@host directadmin]# ./directadmin

2022/05/18 10:39:36 error failed to create new license session error=transient licence c heck failure: incompatible version, please upgrade DirectAdmin
 
You can use one of the following options:

Code:
https://docs.directadmin.com/directadmin/general-usage/updating-da.html

Or using Custombuild:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_da
 
Back
Top