Matomo database will be upgraded from version 4.11.0 to the new version 4.12.3.
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 `piwik_site` ADD COLUMN `excluded_referrers` TEXT NOT NULL AFTER `excluded_user_agents`; ALTER TABLE `piwik_user` ADD UNIQUE KEY uniq_email (`email`); ALTER TABLE `piwik_user` ADD COLUMN `invite_link_token` VARCHAR(191) 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.
Directories were found in your Matomo, but we didn't expect them. --> Please delete these directories to prevent errors. <--
Directory to delete: vendor/doctrine
To delete all these directories at once, you can run this command: rm -Rf /var/www/share/statics.skydry.de/htdocs/vendor/doctrine
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/others/ExamplePiwikTracker.php File to delete: misc/others/uninstall-delete-piwik-directory.php
To delete all these files at once, you can run this command: rm "/var/www/share/statics.skydry.de/htdocs/config/environment/test.php" "/var/www/share/statics.skydry.de/htdocs/config/environment/ui-test.php" "/var/www/share/statics.skydry.de/htdocs/misc/others/ExamplePiwikTracker.php" "/var/www/share/statics.skydry.de/htdocs/misc/others/uninstall-delete-piwik-directory.php"