From: Tom Hughes Date: Mon, 21 Mar 2022 07:04:23 +0000 (+0000) Subject: Switch piwik database to utf8mb4 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0e6cd29b341008b76b7c4c2b40cef124ca633b43 Switch piwik database to utf8mb4 --- 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