Convert sqlite3 to MariaDB - Error 1146 Table 'nextcloud.oc_appconfig' doesn't exist

Solution found. I just had to add

‘mysql.utf8mb4’ => true,

in my config.php like described here

and migration finishes at it should!

1 Like