Hello,
This is my first time transferring a site. I too am getting deployment errors that look like this:
**ERROR** database error write ‘Unknown collation: ‘utf8mb4_unicode_ci” – [sql=
CREATE TABLE wp_commentmeta
I see that I am supposed to edit the character set, but in which file(s)? When I look at the archive that I created, its wpconfig reads:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
Is there a different file(s) I need to edit? Do I it prior to running the duplicator or once the site is on my new server?
Any help would be greatly appreciated. Thank you in advance.