Debian vs Centos

Backups made via DA Panel can always be restored in any DA Panel. It work between different OS withouot issue.

I did pass long time ago from Debian to CentOS without any kind of issue.

Regards
 
Hello, and thank you again for your help, I have one last concern, my first mysql server is MySQL 5.1.34 and the second I transfer my site or MySQL 5.0.51a.
So I errors, how do I put a update to the same version or a later version of mysql to tranfer sites via DirectAdmin?
thank you
 
You need to upgrade the older one in this way:

Code:
cd /usr/local/directadmin/custombuild
./build set mysql 5.1
./build set mysql_inst yes
./build update
./build version

Once done you should see an avaible update for mysql, so at that point run:

./build mysql
and once done
./build php n

Regards
 
Back
Top