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.


Messages - Mickeys

Pages: [1]
1
Quote
you mean,, we must enter the command from cli first.. then we can use the GUI ?

from Remote Terminal login as root.

2
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
Code: [Select]
mysqldump: unknown variable 'defaults-extra-file=/root/.my.cnf'
CWPpro version: 0.9.8.944

Pages: [1]