How-to: ISPManager to DA

smtalk

Administrator
Staff member
Joined
Aug 22, 2006
Messages
10,629
Location
LT, EU
Hello,

I've created ISPManager->DA backup conversion tool. Please note it's ALPHA.

Usage:
Code:
wget -O ispmanager_to_da.sh http://custombuild.eu/ispmanager/ispmanager_to_da.sh
wget -O parse_ispmanager.php http://custombuild.eu/ispmanager/parse_ispmanager.php.txt
chmod 700 parse_ispmanager.php ispmanager_to_da.sh
./ispmanager_to_da.sh /full/path/to/ispmanager_backup_file.tar.gz

Limitations:
1) Vacation messages are not converted
2) MySQL databases and usernames are renamed to have user_ in front of them. Requires MANUAL change in PHP config files.
3) Limits are not converted (they don't seem to be available in backup)
4) Does not support reseller conversion yet
5) Does always assign user to "admin" customer in directadmin
6) Does not support database names like user_something_here (with _), unless underscore is allowed in DA configuration.
 
Last edited:
Does this solutions works with latest version of Directadmin?
And this script only for ispmanager 5 or for ispmanager 6 also?
 
This tools don't work.
Got error: Failed to find /home/admin/user_backups/user.tar.gz to /home/admin/isp/directadmin/user_ispmanager_to_convert/PBKP_CONTENT
There is no such file in the ispmanager backup
 
Back
Top