Author Topic: Restore cPanel backup to CWP via SSH  (Read 26528 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Restore cPanel backup to CWP via SSH
« on: August 21, 2019, 04:18:12 AM »
Hi,

How can i restore cpanel backup on CWP using SSH command? (not from web admin)

Thank You

Offline
**
Re: Restore cPanel backup to CWP via SSH
« Reply #1 on: August 22, 2019, 09:35:35 PM »
This will involve

Manually copying the files to the server.you can use scp to copy the compressed file.
take backup of DB and restore on new server.

Offline
*
Re: Restore cPanel backup to CWP via SSH
« Reply #2 on: August 24, 2019, 03:18:50 AM »
too much step to do.

Offline
*
Re: Restore cPanel backup to CWP via SSH
« Reply #3 on: February 14, 2020, 08:55:22 PM »
I create my own script

1. pkgacct $user (use a for o while to backup all accounts)
2. scp /home/*.gz root@newserverip:/home
3. rm -rf /home/*.gz

and then in the CWP start restoring one by one and check if everythings is OK

hope there will be a command like cpanel in CWP to restore and backup accounts.

Offline
*****
Re: Restore cPanel backup to CWP via SSH
« Reply #4 on: February 15, 2020, 02:18:41 PM »
soon there will be improved backup and restore.

Offline
*
Re: Restore cPanel backup to CWP via SSH
« Reply #5 on: February 22, 2020, 07:36:12 AM »
Dear  Sandeep, can You tell when we can expect workig cpanel to CWP migration proces. Its at uttermost import ant for all wanting to migrate from cpanel. And no its the Best Time as many cpanel users looking to escape from cpanel completely.

Offline
*****
Re: Restore cPanel backup to CWP via SSH
« Reply #6 on: February 22, 2020, 08:24:52 AM »
you can try our new updated module with bugs fix :P

Offline
*
Re: Restore cPanel backup to CWP via SSH
« Reply #7 on: February 22, 2020, 02:52:49 PM »
Is there any update to migration module :o
Wow, I am checking now!!

Offline
*
Re: Restore cPanel backup to CWP via SSH
« Reply #8 on: February 22, 2020, 04:04:28 PM »
SanDeep,
still no go. Ive migrated cpanel accounts (two account) by using cPanel server migration and by moving cpmove file.
In all cases passwords for email- accounts are wrong - they are not converted properly.

This is really strange - There is working script "1-cpanel-data-export.sh" (https://wiki.centos-webpanel.com/cpanel-to-cwp-server-convert) and it provide correct passwords which can be paste into database table. Theres 99% of work ready done! Please check why those correct values are not stored correctly in msqldatabase in Postfix/mailbox table.

Offline
*****
Re: Restore cPanel backup to CWP via SSH
« Reply #9 on: February 22, 2020, 04:33:52 PM »
we're working on it thanks Piotre