Wednesday, 18 December 2013

How to migrate a cPanel account to a webmin server?

1. Generate the full backup of the cPanel account. 2. SCP the generated backup file to the destination server 3. Login to webmin as root 4. Go to Add Servers>> Migrate Virtual Server 5. Fill up the form in the page Note: Enter Domain name to migrate, Username for domain and Password for administrator manually in the form =============================== Error 1 : validation failed : A password must be supplied for cPanel migrations Fix: Enter Domain name to migrate, Username for domain and Password for administrator manually in the form and try again Error2: Failed to migrate virtual server : SQL flush privileges failed : Table 'mysql.servers' doesn't exist Fix: Run the following command mysql_fix_privilege_tables --user=root --password=XXXXX --verbose where XXXXX is the root password. ================================= Reference: http://www.virtualmin.com/documentation/system/cpanel#migrating_existing_cpanel_domains_to_virtualmin

No comments:

Post a Comment