Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - samgaw

Pages: [1]
1
Migration from other control panels / cPanel to CWP migration
« on: March 09, 2022, 09:30:48 AM »
I'm not sure is it just me being stupid and have something misconfigured. I have a new server built CentOS 7 and CWP 7.1Pro. I had my current cPanel host give me shell access (or so they say). I am able to remotely connect to the cPanel using Cyberduck (SFTP) on port 722. However when I try to connect using CWP I get an error that the server was reached.

cPanel migration log: 2022-03-09 09:16:00 --> export SSHPASS=‘password’; /usr/bin/sshpass -e /usr/bin/ssh -p 722 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet  user@x.x.x.x test -d /etc/cpanel/ && echo 'true' || echo 'false' 2>&1
2022-03-09 09:16:11 export SSHPASS=‘password’; /usr/bin/sshpass -e /usr/bin/ssh -p 722 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet  user@x.x.x.x
2022-03-09 09:16:22 false
--> /usr/bin/ssh -p 722 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet user@x.x.x.x test -d /etc/cpanel/ && echo 'true' || echo 'false' 2>&1

I then tried using the cPanel account restore, uploaded the account tar.gz file to the home directory, made sure it was named cpmove-accname.tar.gz. The file does show up and the wizard begins, but then fails with the error that the file couldn't be decompressed. I checked the cPanel migatation log and each time I get the same error message at the end of the log
"Problem when unzipping the file, the path /home/tmpback/resellerconfig/cp/ is not available"
If I check the file has been unzipped into /home/tmpback/resellerconfig/

Pages: [1]