Hi,
I followed your steps everything went ok,
However all the domains are containing the DNS Records (IP Addresses) of old server.
You may select IP address for restores when restoring the backup. What did you choose in 2nd step there? I guess "Use IP from backup"?
I'm just converting cPanel server right now. I had issues with disk space. I put all backup files in SSD which is 400GB. And backup files in it are 300GB total size. But everytime it restores tar.gz file, it creates user.admin.tar file. So, after some backup process, my diskspace went up full.
Is there a trick to not having this user.admin files? Or is it safe to remove them while backup process is still up?
I noticed a problem with subdomains, on Cpanel the subdomain directory has 0750 permissions but that doesn't work on DirectAdmin at least not with a .htaccess in it .Changing the permissions of the directory to 0755 solves the problem. Anybody else had this?
If the ownership for that DocumentRoot directory is set to user:user then no... 750 won't work... the apache user won't have privilege to read or execute through that directory.
This is not a cPanel thing. You ran mod_ruid2 on cPanel server I guess, but you did not use it on DirectAdmin. Am I right?
https://www.directadmin.com/features.php?id=1253Some accounts on the cpanel server have their database username as: cpaneusername_first_second (double underscores).
This seem to be throwing an error:
Your database username (first_second) contains invalid characters (_). MySQL account will not be created on cpanelusername_dbname.
COLLATION 'latin1_swedish_ci' is not valid for CHARACTER SET 'utf8'
I have the same version of MySQL on cpanel and DA.
Please check "mysql -V" as root on both servers.
/usr/local/directadmin/directadmin set allow_db_underscore 1
service directadmin restart
mysql_upgrade --defaults-extra-file=/usr/local/directadmin/conf/my.cnf
You can just do:
Code:/usr/local/directadmin/directadmin set allow_db_underscore 1 service directadmin restart
Regarding mysql, try:
Code:mysql_upgrade --defaults-extra-file=/usr/local/directadmin/conf/my.cnf
You can just do:
Code:/usr/local/directadmin/directadmin set allow_db_underscore 1 service directadmin restart
Regarding mysql, try:
Code:mysql_upgrade --defaults-extra-file=/usr/local/directadmin/conf/my.cnf