Matomo database will be upgraded from version 4.1.1 to the new version 4.11.0.
Important notes for large Matomo installations
If you have a large Matomo database, updates might take too long to run in the browser. In this situation, you can execute the updates from your command line:
# These SQL queries will be executed: UPDATE `matomo_archive_numeric_2021_01` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_02` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_03` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_04` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_05` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_06` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_07` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_08` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_09` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_10` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_11` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2021_12` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_01` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_02` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_03` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_04` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_05` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_06` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_07` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_08` SET `name` = 'done' WHERE `name` = 'done.'; UPDATE `matomo_archive_numeric_2022_09` SET `name` = 'done' WHERE `name` = 'done.'; ALTER TABLE `matomo_segment` ADD COLUMN `hash` CHAR(32) NULL AFTER `definition`; ALTER TABLE `matomo_brute_force_log` ADD COLUMN `login` VARCHAR(100) NULL;
# These console commands will be run: ./console config:set --section="General" --key="login_allow_logme" --value="1"
# These SQL queries will be executed: ALTER TABLE `matomo_session` CHANGE `data` `data` MEDIUMTEXT;
# These console commands will be run: ./console plugin:activate "CoreVue"
# These SQL queries will be executed: ALTER TABLE `matomo_user` ADD COLUMN `idchange_last_viewed` INTEGER UNSIGNED NULL; CREATE TABLE `matomo_changes` (`idchange` INT(11) NOT NULL AUTO_INCREMENT, `created_time` DATETIME NOT NULL, `plugin_name` VARCHAR(255) NOT NULL, `version` VARCHAR(20) NOT NULL, `title` VARCHAR(255) NOT NULL, `description` TEXT NOT NULL, `link_name` VARCHAR(255) NULL, `link` VARCHAR(255) NULL, PRIMARY KEY ( `idchange` )) ENGINE=InnoDB DEFAULT CHARSET=utf8; ALTER TABLE `matomo_changes` CHANGE `plugin_name` `plugin_name` VARCHAR(60) NOT NULL; ALTER TABLE `matomo_changes` DROP INDEX `unique_plugin_version_title`; ALTER TABLE `matomo_changes` ADD UNIQUE KEY unique_plugin_version_title (`plugin_name`, `version`, `title` (100)); ALTER TABLE `matomo_user` ADD COLUMN `invite_status` ENUM('accept','pending','decline','expired') DEFAULT 'accept'; ALTER TABLE `matomo_user` DROP COLUMN `invite_status`; ALTER TABLE `matomo_user` ADD COLUMN `invite_token` VARCHAR(191) DEFAULT null; ALTER TABLE `matomo_user` ADD COLUMN `invited_by` VARCHAR(100) DEFAULT null; ALTER TABLE `matomo_user` ADD COLUMN `invite_expired_at` TIMESTAMP null DEFAULT null; ALTER TABLE `matomo_user` ADD COLUMN `invite_accept_at` TIMESTAMP null DEFAULT null;
The database upgrade process may take a while, so please be patient.
File integrity check failed and reported some errors. You should fix this issue and then refresh this page until it shows no error.
File integrity check failed and reported some errors. You should fix this issue and then refresh this page until it shows no error.
Files were found in your Matomo, but we didn't expect them. --> Please delete these files to prevent errors. <--
File to delete: config/environment/test.php File to delete: config/environment/ui-test.php File to delete: misc/composer/build-xhprof.sh File to delete: misc/composer/clean-xhprof.sh File to delete: package-lock.json File to delete: node_modules/chroma-js/.npmignore File to delete: node_modules/iframe-resizer/.eslintrc File to delete: node_modules/iframe-resizer/.ncurc.json File to delete: node_modules/iframe-resizer/.prettierrc File to delete: node_modules/jquery.browser/.npmignore File to delete: node_modules/jquery.dotdotdot/.npmignore File to delete: node_modules/jquery.scrollto/.jscsrc File to delete: node_modules/jquery.scrollto/.npmignore File to delete: node_modules/ng-dialog/.eslintrc File to delete: node_modules/ng-dialog/.npmignore File to delete: node_modules/qrcodejs2/.npmignore File to delete: vendor/matomo/device-detector/.yamllint File to delete: vendor/php-di/php-di/.gitstats.yml File to delete: vendor/php-di/php-di/.phpstorm.meta.php File to delete: vendor/twig/twig/.php_cs.dist
To delete all these files at once, you can run this command: rm "/home/webserver/mathien/mathien.net/stats/config/environment/test.php" "/home/webserver/mathien/mathien.net/stats/config/environment/ui-test.php" "/home/webserver/mathien/mathien.net/stats/misc/composer/build-xhprof.sh" "/home/webserver/mathien/mathien.net/stats/misc/composer/clean-xhprof.sh" "/home/webserver/mathien/mathien.net/stats/package-lock.json" "/home/webserver/mathien/mathien.net/stats/node_modules/chroma-js/.npmignore" "/home/webserver/mathien/mathien.net/stats/node_modules/iframe-resizer/.eslintrc" "/home/webserver/mathien/mathien.net/stats/node_modules/iframe-resizer/.ncurc.json" "/home/webserver/mathien/mathien.net/stats/node_modules/iframe-resizer/.prettierrc" "/home/webserver/mathien/mathien.net/stats/node_modules/jquery.browser/.npmignore" "/home/webserver/mathien/mathien.net/stats/node_modules/jquery.dotdotdot/.npmignore" "/home/webserver/mathien/mathien.net/stats/node_modules/jquery.scrollto/.jscsrc" "/home/webserver/mathien/mathien.net/stats/node_modules/jquery.scrollto/.npmignore" "/home/webserver/mathien/mathien.net/stats/node_modules/ng-dialog/.eslintrc" "/home/webserver/mathien/mathien.net/stats/node_modules/ng-dialog/.npmignore" "/home/webserver/mathien/mathien.net/stats/node_modules/qrcodejs2/.npmignore" "/home/webserver/mathien/mathien.net/stats/vendor/matomo/device-detector/.yamllint" "/home/webserver/mathien/mathien.net/stats/vendor/php-di/php-di/.gitstats.yml" "/home/webserver/mathien/mathien.net/stats/vendor/php-di/php-di/.phpstorm.meta.php" "/home/webserver/mathien/mathien.net/stats/vendor/twig/twig/.php_cs.dist"