Skamasle / sk-import-cpanel-backup-to-vestacp

Import cPanel backup in vestacp
36 stars 31 forks source link

Debian does not have support for utf8mb4_unicode_520_ci #16

Open dpeca opened 4 years ago

dpeca commented 4 years ago

So we will replace it to utf8mb4_unicode_ci Maybe the same issue is on Ubuntu, can anyone check?

Skamasle commented 4 years ago

HI, sorry for delay, I not recive notification about this :s

This really isnt a debian issue, so is a mysql version problem, if you import from new to old mysql mayou have this problem

In same way you can have any orther problems, as if you running mysql 5.6+ and try import some sql to mysql 5.5 you may cant import some collocations lime utf8mb4

Can you confirm mysql version you runing ?

Because if you have any orther mysql version when utf8mb4_unicode_520_ci is supported you in same way replace this.

In this cases I will prefer do some precheck script, so check backup.tar.gz and fix this