Murat
Verified User
- Joined
- Jan 3, 2017
- Messages
- 39
I converted 700+ accounts last week with migration script. I would like to leave feedback here about what happened.
- All websites moved with rsync and then restored with DirectAdmin. I was thinking that I had enough space on my SSD drive. But it seems you need to have double space of what you are moving. Because it converts tar.gz files and create DA backup files after it. So when you move 1GB cpanel backup file, it becomes 2GB backup file in total. So everyone should be aware of that, otherwise you will wait for a long time and see that "not enough space error".
- My solution was rsync backup folders as part1, part2, part3. So disk space was not a problem anymore.
- Out of 700 websites, some of them had e-mail password issues. It is fixed by resetting their mail password.
- Some websites had 22 character mysql database name. So I needed to fix them manually by phpmyadmin and their wp-config files.
- Some websites are converted without some MySQL tables because of row sizes. It was same MySQL version on both servers. But some of them didn't want to work on DA. I solve that by changing SQL Row as compressed in cPanel and upload them manually to DirectAdmin. It happened on at least 10 websites I converted.
- With cPanel, many users had ea-72 path entries in their .htaccess files. That websites are showing 403 error when you try to open. When my clients reports this, I manually remove that entry from their .htaccess files and problem solved. So you need to check that if some websites are having errors.
- My biggest issue is with subdomains. Almost none of them was uploaded to directadmin server. It was in backup file, but many of them were not in the folder after extracted. So when client report it, I download their subdomain folder from cPanel backup and extract it to directadmin manually. This is the biggest issue, because files are lost in convert process. I was using migration script 0.28. So maybe it is fixed in new versions.
So my struggle is still with subdomains which I need to download and upload manually. Other than that, everything works without a problem.
I would like to thank DA Staff for making this migration process easier for all.
- All websites moved with rsync and then restored with DirectAdmin. I was thinking that I had enough space on my SSD drive. But it seems you need to have double space of what you are moving. Because it converts tar.gz files and create DA backup files after it. So when you move 1GB cpanel backup file, it becomes 2GB backup file in total. So everyone should be aware of that, otherwise you will wait for a long time and see that "not enough space error".
- My solution was rsync backup folders as part1, part2, part3. So disk space was not a problem anymore.
- Out of 700 websites, some of them had e-mail password issues. It is fixed by resetting their mail password.
- Some websites had 22 character mysql database name. So I needed to fix them manually by phpmyadmin and their wp-config files.
- Some websites are converted without some MySQL tables because of row sizes. It was same MySQL version on both servers. But some of them didn't want to work on DA. I solve that by changing SQL Row as compressed in cPanel and upload them manually to DirectAdmin. It happened on at least 10 websites I converted.
- With cPanel, many users had ea-72 path entries in their .htaccess files. That websites are showing 403 error when you try to open. When my clients reports this, I manually remove that entry from their .htaccess files and problem solved. So you need to check that if some websites are having errors.
- My biggest issue is with subdomains. Almost none of them was uploaded to directadmin server. It was in backup file, but many of them were not in the folder after extracted. So when client report it, I download their subdomain folder from cPanel backup and extract it to directadmin manually. This is the biggest issue, because files are lost in convert process. I was using migration script 0.28. So maybe it is fixed in new versions.
So my struggle is still with subdomains which I need to download and upload manually. Other than that, everything works without a problem.
I would like to thank DA Staff for making this migration process easier for all.