From 0e6cd29b341008b76b7c4c2b40cef124ca633b43 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 21 Mar 2022 07:04:23 +0000 Subject: [PATCH] Switch piwik database to utf8mb4 --- cookbooks/piwik/templates/default/config.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/piwik/templates/default/config.erb b/cookbooks/piwik/templates/default/config.erb index bb9b6a9d9..469adeeec 100644 --- a/cookbooks/piwik/templates/default/config.erb +++ b/cookbooks/piwik/templates/default/config.erb @@ -1,12 +1,12 @@ ; DO NOT REMOVE THIS LINE -; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file. +; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file. [database] host = "localhost" username = "piwik" password = "<%= @passwords['database'] %>" dbname = "piwik" tables_prefix = "piwik_" -charset = "utf8" +charset = "utf8mb4" [General] force_ssl = 1 -- 2.39.5