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.
Pages: [1]
1
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 30, 2022, 11:55:34 AM »Quote
you mean,, we must enter the command from cli first.. then we can use the GUI ?
from Remote Terminal login as root.
2
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 30, 2022, 08:16:21 AM »I have same problem
cwp-cwp tool migration is not working
I have same problem and solved executing from console:
Code: [Select]
export SSHPASS=password;/usr/bin/sshpass -e ssh-copy-id "-p Port" rootuser@xxx.xxx.xxx.xxx -o StrictHostKeyChecking=no 2>&1
ssh -p ' 3814' -o 'StrictHostKeyChecking=no' 'root@149.202.78.83'
and now:
go migration and test and save, ready to migrate.
3
CentOS-WebPanel Bugs / Re: CWP to CWP migration problem
« on: February 24, 2020, 05:50:24 PM »
I have a problem too, but this case in with DB.
only move files and config but no Databases.
Y try from 2 modules 1. transcwp2 and 2. cwp_to_cwp.
in transtersts generates 3 files in Home directory.
user_grants.sql
dumpsql.sql
passswd.json
the sql Dump have this
CWPpro version: 0.9.8.944
only move files and config but no Databases.
Y try from 2 modules 1. transcwp2 and 2. cwp_to_cwp.
in transtersts generates 3 files in Home directory.
user_grants.sql
dumpsql.sql
passswd.json
the sql Dump have this
Code: [Select]
mysqldump: unknown variable 'defaults-extra-file=/root/.my.cnf'
CWPpro version: 0.9.8.944
Pages: [1]