The module currently adds this to all MySQL dump files:
SET NAMES utf8;
This should be "utf8mb4" if the site has been upgraded to that format, otherwise reimporting the database could result in minor corruption.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Title: Detect whether to use utf8 or utf8mb4 for MySQL files » Use utf8mb4 for MySQL files

Thinking through it more, it might be useful to just make all backups utf8mb4 instead.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
872 bytes

This just makes the files utf8mb4.

DamienMcKenna’s picture

  • DamienMcKenna committed 44a6725 on 7.x-3.x
    Issue #3143250 by DamienMcKenna: Use utf8mb4 for MySQL files.
    
DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.