We have ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; but kohastructure.sql has /*!40101 SET character_set_client = utf8 */; However it seems that now koha-dump uses: /*!40101 SET character_set_client = utf8mb4 */;
Created attachment 181914 [details] [review] Bug 39833: Adjust character_set_client in kohastructure.sql koha-dump now generates the dump with utf8mb4
Pushed to main for 25.05.