Author Topic: Migrate account from cPanel server  (Read 73118 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Migrate account from cPanel server
« on: November 09, 2014, 06:50:01 PM »
If you need to migrate account from the cpanel server, you can do that very fast from the control panel.

Steeps
1. Upload cpmove/backup file in the /home folder
2. Goto Left Menu --> User Accounts --> cPanel Migration
3. enter username of the account which you want to restore (cpmove-USERNAME.tar.gz file must be in the /home folder)
4. select cpmove-USERNAME.tar.gz file to restore
5. enter domain, contact email and start restoring account
6. restore should be now done, if not successful the check bellow for the error solutions.

Known issues
1. cPanel backup file name must be named cpmove-USERNAME.tar.gz
2. Unpacked folder name must be cpmove-USERNAME

cPanel Migration Wizard restores the following
- All Files from public_html folder
- All MySQL databases
- All Users for the MySQL databases
« Last Edit: November 09, 2014, 06:55:27 PM by Administrator »
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Migrate account from cPanel server
« Reply #1 on: November 21, 2014, 03:15:34 PM »
This doesnot migrate emails ?

Offline
*
Re: Migrate account from cPanel server
« Reply #2 on: November 23, 2014, 03:59:59 AM »
it migrates only the specified above, with time it will be improved.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Migrate account from cPanel server
« Reply #3 on: July 14, 2015, 08:03:21 AM »
it migrates only the specified above, with time it will be improved.

Except it doesn't restore any of the following
- All Files from public_html folder
- All MySQL databases
- All Users for the MySQL databases

Only thing it does is creates user accounts which I can do rather easily myself. Honestly, you should probably not try to list this as a feature of your control panel because it is severely lacking.

Offline
*
Re: Migrate account from cPanel server
« Reply #4 on: August 06, 2015, 09:23:35 AM »
Administrator writes under Known issues:

"Unpacked folder name must be cpmove-USERNAME"

I am not quite sure what you mean here? Do you want the cpmove placed in a folder called 'cpmove-username' and THEN restored?

Please advice.

Offline
*
Re: Migrate account from cPanel server
« Reply #5 on: October 15, 2015, 07:46:40 AM »
Please provide Screenshot base tutorial,
Step 1 - How to take backup from Cpanel and upload in CWP.
Step 2 - How to Migrate account from cPanel server in CWP successfully.
JatinOnline - Design/Developing - All type of WEB/MOB/SOFT

Offline
*
Re: Migrate account from cPanel server
« Reply #6 on: October 18, 2015, 02:25:03 AM »
Indeed, the process just created a user account with folder on the server. But there's no file or so. I confirm too it's not working

 Basically, if we run a Wordpress site on a Cpanel, we should migrate all the sql and the wordpress file automatically up to the new server Centos.
 If you might have a picture tutorial it will be handy.
Thanks

Offline
*
Re: Migrate account from cPanel server
« Reply #7 on: October 19, 2015, 05:18:38 AM »
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Migrate account from cPanel server
« Reply #8 on: March 26, 2016, 10:18:14 PM »
Do not change the name backup-3.25.2016_19-18-17_USERNAME.tar.gz to cpmove-USERNAME.tar.gz that will not work.

Upload the backup-3.25.2016_19-18-17_USERNAME.tar.gz to /home folder
and then do the cPanel Migration and search for USERNAME.

Offline
*
Re: Migrate account from cPanel server
« Reply #9 on: June 27, 2016, 06:01:32 PM »
hello
How can I migrate an account father, with the accounts daughters ?

Migrate the master account, but as migrate at the same time the accounts daughters?

Help!

Offline
*
Re: Migrate account from cPanel server
« Reply #10 on: June 29, 2016, 02:00:51 PM »
sorry...don't understand this
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Migrate account from cPanel server
« Reply #11 on: August 12, 2016, 06:01:36 AM »
I missed a progress bar is displayed on the screen when restoring from backup. Also I missed a button to cancel the restoration running.
I leave as a suggestion to improve the tool.

For example, the following command shows the progress of a compression in the terminal.
Suddenly it can be included in the backup restoration and other system tasks that require this dialogue with the user.
Code: [Select]
tar cf - /folder-with-big-files -P | pv -s $(du -sb /folder-with-big-files | awk '{print $1}') | gzip > big-files.tar.gz
« Last Edit: August 13, 2016, 05:00:27 AM by viniciuschagas »

Offline
*
Re: Migrate account from cPanel server
« Reply #12 on: October 02, 2016, 05:06:26 PM »


Was error. Why ?



« Last Edit: October 02, 2016, 05:09:38 PM by ferasat »

Offline
*
Re: Migrate account from cPanel server
« Reply #13 on: November 23, 2016, 10:33:24 PM »
I am having a similar issue. It states user already exists and I can't even delete the user in CWP. 

Offline
*
Re: Migrate account from cPanel server
« Reply #14 on: October 22, 2017, 03:07:55 AM »
Maybe I'm missing something but how do you create the tar.gz file? I can't find a way to make it in cwp and there's very little guidance on how to create it. Could you give an example of how one would create the tar.gz file either from a backup or the home directory?