ispCP - Board - Support
migration from syscp to ispcp - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Migration (/forum-35.html)
+--- Thread: migration from syscp to ispcp (/thread-3245.html)



migration from syscp to ispcp - bjo - 05-08-2008 09:22 AM

Did anyone migrate from syscp to ispcp?


RE: migration from syscp to ispcp - jmeyerdo - 05-08-2008 05:09 PM

Hi!

Yes...
We migrated a server with approx. 30 users. We did this manually but I wrote a php-script to compare both databases and create the specific users (domain, ftp, mail, mysql, ...) by "one-click" in ispCP with same details (where possible).

The web- and mysql-data was transferred manually.

This script is only a little help and needs some manual tasks for installation (copy syscp-database to ispcp-server) but it worked fine for us.
Are you interested? In this case I have to clean up my code a little bit und translate some parts to English (it's German actually).

Kind regards, Jens


RE: migration from syscp to ispcp - ephigenie - 05-08-2008 06:09 PM

Well - it'd be fine if you could provide us with your code Smile

We'd be happy to integrate it somehow (maybe at first in the wiki - only) but this could be a nice start for more "converters" Smile


RE: migration from syscp to ispcp - jmeyerdo - 05-08-2008 06:19 PM

ephigenie Wrote:Well - it'd be fine if you could provide us with your code Smile
Yes, of course I considered to post it into the wiki/forum already!

But actually it is no professional code (in comparison with ispCP...) but some "fast lines" to meet my goals as fast as possible.

I will make some cleanup now and add some English comments.

Kind regards,
Jens


RE: migration from syscp to ispcp - jmeyerdo - 05-09-2008 01:48 AM

Hello!

Find attached my "small" script for user-/account-migration.
I hope that my Engish translation and cleanup did not add new errors - there was no chance to test this in detail today.

Even if this is not under active development any feedback is greatly appreciated!

Features:
  • compares account-database from SysCP and ispCP
  • one-click-creation/migration of users/domains
  • one-click-creation/migration of aliases
  • one-click-creation/migration of ftp-accounts
  • one-click-creation/migration of email-accounts
  • one-click-creation/migration of email-forwarders
  • one-click-creation/migration of mysql-databases/users
  • generation of imapsync-batchfile
  • generation of infomail to users (text)

IMPORTANT: This is an account-migration-tool only (with generating some helpful scripts) - you have to transfer your data manually!

See attached a screenshot and the php-code!

Have fun! Wink

Jens


RE: migration from syscp to ispcp - BeNe - 05-09-2008 03:43 PM

Cool Cool
Thanks a lot for your work.
Does anybody has SysCP running so that we can test it ?

Greez BeNe


RE: migration from syscp to ispcp - BioALIEN - 05-09-2008 08:20 PM

Thanks, I hope this is a start of many more migration scripts from the community Smile


RE: migration from syscp to ispcp - gOOvER - 05-09-2008 08:30 PM

maybe we can make a migration Team Smile


RE: migration from syscp to ispcp - bjo - 05-11-2008 07:25 AM

Thanks for the script, I will try it Smile