Skip to content

Commit 71aa31a

Browse files
committed
Update to Matomo 5.1.1
Why these changes are being introduced: UXWS requested an upgrade from 5.1.0 to 5.1.1 for Matomo. How this addresses that need: * Update the Dockerfile to pull the 5.1.1 version of the Matomo container * Update the config.ini.php file to reflect the fact that we are using Maria DB (not MySQL) for the database * Update the config.ini.php file to fix the issue that the Matomo System Check page did not recognize that the database had already enabled the utf8mb4 character set. Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-471
1 parent b6511aa commit 71aa31a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM matomo:5.1.0
1+
FROM matomo:5.1.1
22

33
# Add the EnvironmentVariables plugin
44
COPY ./files/plugin-EnvironmentVariables-5.0.0/ /var/www/html/plugins/EnvironmentVariables

files/config.ini.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
; <?php exit; ?> DO NOT REMOVE THIS LINE
22
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
33
[database]
4+
schema = Mariadb
5+
charset = utf8mb4
46

57
[General]
68
proxy_client_headers[] = "HTTP_X_FORWARDED_FOR"

0 commit comments

Comments
 (0)