Can I upgrade DA after I've installed it on a Cent0S7 server with a CentOS6 licence

wrad

New member
Joined
Mar 16, 2016
Messages
3
I've installed DA on a centOS7 server and accidentally selected the Centos6 License option in the DA license panel which I've discovered after the installation.
Can I somehow upgrade DA to CentOS7 installation?

These are my current installation versions:


[root@server directadmin]# ./directadmin o
Compiled on 'CentOS 6.0 64-Bit'
Compile time: Jun 26 2018 at 17:42:09
Compiled with IPv6


[root@server directadmin]# ./directadmin v
Version: DirectAdmin v.1.53.1


[root@serever directadmin]# rpm --query centos-release
centos-release-7-5.1804.el7.centos.2.x86_64
 
Hello,

Yes, you can use the script written by me for example for this:

https://github.com/poralix/directadmin-utils/tree/master/core

Code:
cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh
chmod 755 updateda.sh

run the command to list supported OS with codes:


Code:
./updateda.sh list_os

and update Directadmin with os_override for CentOS 7


Code:
./updateda.sh stable --os=c9


related feature in DA: https://www.directadmin.com/features.php?id=2075
 
As a license holder it is.... but if you have a server with DA license from a hosting company it is not always possible to do it in a timely manner
 
Back
Top