migration script from ensim (parallels pro) to kloxo [message #76682] |
Mon, 06 September 2010 16:07  |
|
hi,
We have created a migration script that "almost" migrate everything but the email users' passwords.
The script must receive an ensim backup tar.gz as a parameter. Then the script summarize what you have to create in order for it to import the site (for example database names changes).
After you have completed creating everything the script requires.. mainly: database names, usernames, subdomains... then the script migrates everything from the tar.gz to kloxo.
Hope it is useful. If you find a problem, dont hesitate to contact us.
If you think some other tasks could be automated (automagically creating usename and passwords will be nice!) dont hesitate to contact us with patches so we can improve it.
how to install it:
open the tar.gz into /root/scripts
chmod +x scripts/ensim*
how to run it:
/root/scripts/ensim2kloxo.php backupofasite.tar.gz
follow the directions..
Oh sorry, the script is in spanish, I hope to have some time to translate it to english but I have not.. if somebody can help us translating it to english, we can update the download link. The phrases are quite simple and easy to translate via google translator for example.
|
|
|
| Re: migration script from ensim (parallels pro) to kloxo [message #76688 is a reply to message #76682] |
Mon, 06 September 2010 16:37   |
|
I haven't checked all of it yet (actually just a handful lines), but I've noticed the paths are incorrect. For example:
$DIR_MAIL="/home/lxadmin/mail/domains/"
Where "lxadmin" (obsolete) should be "kloxo".
I will see how to change the password to a default "changeme123" using the API and post here (pm me if i forget).
Oh, and thanks for your contribution!
You win 1 internets and a pony*.
* subject to a full background check and a 1 BILLION DOLLARS shipping fee paid upfront.
[Updated on: Mon, 06 September 2010 16:40] Report message to a moderator
|
|
|
|
|
|