In general, if InterWorx-CP supports the feature, it will be imported. But like anything else, when you are dealing with different operating systems, control panels, service software versions, etc. there is no such thing as a sure thing. The importer will ignore anything that it does not recognize (by design). It is always best to doubhe check your imported accounts before deleteing the originals.
The good news is that the importer does not destroy the backup file so you can still manually decompress it and complete the import by hand.
The importer scripts are stable and reliable on the listed supported control panel versions. A user who finds what he or she believes to be a but in the importers are always able to open a support ticket with is and a member of the InterWorx team will assist you in importing the account and at the same time making the importer better.
This is normal, if for some reason the restore script didn't recognize something in the backup. Differing MySQL versions from old host to new host has also been known to cause problems (e.g. MySQL 4 to 3).
The good news is that the importer does not destroy the backup file so you can still manually decompress it and complete the import by hand.
Yes, you can import all of your user accounts from another InterWorx-CP server or a number of competitor's servers, including cPanel, DirectAdmin, Ensim, and Plesk.
While it is possible to move a Hsphere account to an InterWorx-CP box, it must be done manually. This is due to the fact that Hsphere does not have a backup format per se. It merely zips the site data.
Not precisely, but you will have the best results if the versions of all of your services (especially MySQL) are the same.
Going from MySQL 4 to MySQL 3 HAS caused users problems so it is advised that you update the MySQL version on your new server if it is older than older box.
No, you will encounter problems with restoring your databases if you do this. Or, to put it in technical terms, "things will break."
For example your old host has MySQL 4.1 and the InterWorx box has 3.3 (the default for most supported distros), it will not work correctly because MySQL 4 has some differences in the table format that 3.x won't understand.
If this is the case you should locate and download an updated MySQL RPM/SRPM ind upgrade before trying to import your site.
One possible problem is that the unique SiteWorx user name (e.g. /home/<siteworxuser> ) from the old box is not available on the new one. Since the SiteWorx importer/restore is dependent on using the original name, this issue must be resolved before you proceed.
Another problem could be your MySQL version. If your old server was running MySQL 4 and the new one only has MySQL 3, your databases and/or users will probably not be imported.
If the backup file is too big for your internet connection to handle through http, try loging into ftp and downloading it that way. The backup files are stored in /home/<siteworxuser>/backup by default. You can also specify an alternative location when you create/schedule the download.
If you have a local backup file on your hard drive that is very large, InterWorx won't let you upload it via the browser due to file size restrictions and PHP or Apache timeouts. If you try to upload it, you will get an error message indicating you should upload the file with another method (for example, FTP or SCP) and use the remote backup file option instead.
You can upload it anywhere in the file system but it is best to upload it to the default location of /home/<siteworxuser>/backup
This answer assumes you are moving the email account from another server which runs qMail or qMail-Toaster. InterWorx stores mail in /home/<siteworx_user>/var/mail/<mailbox_name>.
Create the mail user on your server
Transfer the mail directory from the old server to the new one
Yes, InterWorx-CP has a mass importer for a number of competitor's control panel's. The software connects to the other server, directs it to make a backup of every account, transfers the native backup files to the new box and imports them.
Archive file : /mysite.com_aug.24.2005-00.44.29.tar.gz
» Working directory : /tmp/siteworximport9DF59D
» Archive extracted successfully
» Could not extract data archive. Wrong backup type? : <backup name>
First make sure you selected the correct backup type on the import page. Double check to make sure.
If that's not it, how big is the archive file? How big does the .tar.gz expand do?
How big is the /tmp partition on your server?
Here's the problem I had:
My data center put the /tmp directory in it's own partition and only made it 500 MB. The .tar.gz backup I was working with was 390mb and expanded to 580mb. That caused the errors above.
The workaround was:
mkdir /home/tmp
chmod 777 /home/tmp
(because /home tends to be in the largest partition).
Then
You are getting this message because you are backing up a SiteWorx account that has been given access to cron but the backup script is not finding cron files for that user. Most likely this is just because the user has never actually used cron before. Unless you know that the user has set a cron before you can safely ignore this message.
Account Migration FAQ
Will the importer script import ALL of my settings from my old account?
In general, if InterWorx-CP supports the feature, it will be imported. But like anything else, when you are dealing with different operating systems, control panels, service software versions, etc. there is no such thing as a sure thing. The importer will ignore anything that it does not recognize (by design). It is always best to doubhe check your imported accounts before deleteing the originals.
The good news is that the importer does not destroy the backup file so you can still manually decompress it and complete the import by hand.
How polished are the importer scripts? Is a successful import guaranteed?
The importer scripts are stable and reliable on the listed supported control panel versions. A user who finds what he or she believes to be a but in the importers are always able to open a support ticket with is and a member of the InterWorx team will assist you in importing the account and at the same time making the importer better.
I imported my backup file into a SiteWorx account but things are missing. What happened?
This is normal, if for some reason the restore script didn't recognize something in the backup. Differing MySQL versions from old host to new host has also been known to cause problems (e.g. MySQL 4 to 3).
The good news is that the importer does not destroy the backup file so you can still manually decompress it and complete the import by hand.
I'm currently using a different control panel. Do you have a migration tool?
Yes. Info about our Migration Tool can be found Here.
I keep having problems with my cPanel 10 imports?
In cPanel the backup file must be created from cPanel NOT WHM!
Can I import all of my sites at once?
Yes, you can import all of your user accounts from another InterWorx-CP server or a number of competitor's servers, including cPanel, DirectAdmin, Ensim, and Plesk.
Does InterWorx-CP support an import of Hsphere accounts?
While it is possible to move a Hsphere account to an InterWorx-CP box, it must be done manually. This is due to the fact that Hsphere does not have a backup format per se. It merely zips the site data.
Do I need to have the same software versions on my new box and my old one?
Not precisely, but you will have the best results if the versions of all of your services (especially MySQL) are the same.
Going from MySQL 4 to MySQL 3 HAS caused users problems so it is advised that you update the MySQL version on your new server if it is older than older box.
Can I import my site onto an InterWorx-CP server running a lower version of MySQL than my old host's box?
No, you will encounter problems with restoring your databases if you do this. Or, to put it in technical terms, "things will break."
For example your old host has MySQL 4.1 and the InterWorx box has 3.3 (the default for most supported distros), it will not work correctly because MySQL 4 has some differences in the table format that 3.x won't understand.
If this is the case you should locate and download an updated MySQL RPM/SRPM ind upgrade before trying to import your site.
Can I import my site onto an InterWorx-CP server running a higher version of MySQL than my old host?
Yes, going from MySQL 3 to MySQL 4 should be fine (though there have been some bugs here which have -- hopefully -- been squashed).
I am having a problem with the SiteWorx importer. What could be the cause?
One possible problem is that the unique SiteWorx user name (e.g. /home/<siteworxuser> ) from the old box is not available on the new one. Since the SiteWorx importer/restore is dependent on using the original name, this issue must be resolved before you proceed.
Another problem could be your MySQL version. If your old server was running MySQL 4 and the new one only has MySQL 3, your databases and/or users will probably not be imported.
I clicked the button in SiteWorx/NodeWorx to download the file, but I keep getting errors. What am I doing wrong?
If the backup file is too big for your internet connection to handle through http, try loging into ftp and downloading it that way. The backup files are stored in
/home/<siteworxuser>/backupby default. You can also specify an alternative location when you create/schedule the download.I'm trying to upload the backup file from my computer using the restore screen but am having problems. What am I doing wrong?
If you have a local backup file on your hard drive that is very large, InterWorx won't let you upload it via the browser due to file size restrictions and PHP or Apache timeouts. If you try to upload it, you will get an error message indicating you should upload the file with another method (for example, FTP or SCP) and use the remote backup file option instead.
You can upload it anywhere in the file system but it is best to upload it to the default location of
/home/<siteworxuser>/backupI'm manually importing a mail user from another server, directory and all. How do I do that?
This answer assumes you are moving the email account from another server which runs qMail or qMail-Toaster. InterWorx stores mail in
/home/<siteworx_user>/var/mail/<mailbox_name>.Does InterWorx-CP support an account mass importer?
Yes, InterWorx-CP has a mass importer for a number of competitor's control panel's. The software connects to the other server, directs it to make a backup of every account, transfers the native backup files to the new box and imports them.
I am getting the error "Could not extract data archive. Wrong backup type?" when I try to do an import of a SiteWorx account. What's going on?
First make sure you selected the correct backup type on the import page. Double check to make sure.
If that's not it, how big is the archive file? How big does the .tar.gz expand do?
How big is the /tmp partition on your server?
Here's the problem I had:
My data center put the /tmp directory in it's own partition and only made it 500 MB. The .tar.gz backup I was working with was 390mb and expanded to 580mb. That caused the errors above.
The workaround was:
(because /home tends to be in the largest partition).
Then
locate
change tmp="/tmp" to tmp="/home/tmp"
save the file
just in case, but it should work without it.
I am getting the message "no cron for (the Linux user name for my) siteworxuser" when I try to make a backup. Is this a problem?
You are getting this message because you are backing up a SiteWorx account that has been given access to cron but the backup script is not finding cron files for that user. Most likely this is just because the user has never actually used cron before. Unless you know that the user has set a cron before you can safely ignore this message.
The quotas on my SiteWorx accounts aren't updating or showing correctly. What should I do?
Your quotas should be correct now