bene Wrote:And why do you want to have such a feature ?
Per-domain migration between ispcp servers
Yes, I needed per-domain migration also. I thought it would appear as an extension before it got urgent enough for me, but it didn't, so I made some Perl scrips to do it for me.
One script will export the SQL and file system components, and the other will re-import it to another ISPCP instance.
The export script is quite harmless, but the import script WILL overwrite file system and database data. I wouldn't recommend using this if you can't read Perl to verify the operations of the script. The code is not especially complex though. Hopefully it will make a nice template for some other sys admin out there though.