All of the transfers use our Public branch of pkgacct to do migrations. Plesk 12 has been included in the Devel branch of pkgacct and has worked on a number of live migrations. In order to access this development branch of the code you only need to run one line on the command line of your cPanel server as root:
Code:
# touch /var/cpanel/transfers_devel /var/cpanel/xferdebug && /usr/local/cpanel/scripts/synctransfers
This will allow the Devel branch script to be downloaded rather than the Public branch of the script. However, once you have finished the transfer, you should remove these touch files with the following command:
Code:
# rm -fv /var/cpanel/transfers_devel /var/cpanel/xferdebug && /usr/local/cpanel/scripts/synctransfers
The touch file /var/cpanel/transfers_devel directs the Transfer Tool to select the Devel branch
The touch file /var/cpanel/xferdebug give you extra lines of logging to help you diagnose any problem that you might have during the transfer but normally is not needed if using the Public branch, which is more stable.
This should help you until the Devel branch is included in the Public branch.