Matomo database will be upgraded from version 4.6.2 to the new version 4.10.1.
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: ALTER TABLE `matomo42_user` ADD COLUMN `idchange_last_viewed` INTEGER UNSIGNED NULL; CREATE TABLE `matomo42_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=utf8mb4 ROW_FORMAT=DYNAMIC; ALTER TABLE `matomo42_changes` CHANGE `plugin_name` `plugin_name` VARCHAR(60) NOT NULL; ALTER TABLE `matomo42_changes` DROP INDEX `unique_plugin_version_title`; ALTER TABLE `matomo42_changes` ADD UNIQUE KEY unique_plugin_version_title (`plugin_name`, `version`, `title` (100));
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: display/display.js File to delete: display/display.php
To delete all these files at once, you can run this command: rm "/var/www/html/config/environment/test.php" "/var/www/html/config/environment/ui-test.php" "/var/www/html/matomo.js" "/var/www/html/matomo.php"