Submitted by iotivedo on Tue, 04/26/2016 - 06:04
In this days I migrate many accounts from a cpanel server and I found some bugs:
- I need to assign a new DB password to install script like roundcube or I got DB connection error (Pre-encrypted password)
- I need to edit /home/lancia/www/webmail/config/config.inc.php and remove %u from $config['smtp_user'] to send email ($config['smtp_user'] = '';)
- All symlinks in /home/accountname/www -> public_html have wrong owner and group (see screenshot)
- All email accounts imported have some problem with pop3 authentication (old user: mail@domain.tld new user: mail.domain)
Status:
Active
Comments
Submitted by iotivedo on Wed, 05/04/2016 - 06:36 Comment #1
(5) Some accounts migrated not have all DB tables. (CRITICAL)
Submitted by iotivedo on Wed, 05/04/2016 - 06:35 Comment #2
Related to problem 5: I try to import sql file with sequel and I got: [ERROR in query 15] The query length of 1747599 bytes is larger than max_allowed_packet size (1048576).
Submitted by iotivedo on Wed, 05/04/2016 - 06:41 Comment #3
my.conf have only 1M for max_allowed_packet as default value on virtualmin.
Uhm... maybe an alert that migration failed can be the solution.