Matomo database will be upgraded from version 5.0.3 to the new version 5.3.1.
The following plugins will be updated: TagManager.
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:
php /home/kney1291/apps/seo/ys/console core:update
If you manage a high traffic Matomo server, we recommend to momentarily disable visitor Tracking and put the Matomo User Interface in maintenance mode.
FYI: these are the SQL queries and console commands that will be executed to upgrade your database to Matomo 5.3.1
› Click here to view and copy the list of SQL queries and console commands that will get executed
# These console commands will be run:
./console core:invalidate-report-data --dates=2025-11-01,today --plugin=Actions.Actions_hits
# These SQL queries will be executed:
ALTER TABLE `mtmn_archive_invalidations` ADD COLUMN `processing_host` VARCHAR(100) NULL DEFAULT NULL, ADD COLUMN `process_id` VARCHAR(15) NULL DEFAULT NULL;
# These console commands will be run:
./console featureflags:delete ImprovedAllWebsitesDashboard
# These SQL queries will be executed:
ALTER TABLE `mtmn_tagmanager_container` ADD COLUMN `isTagFireLimitAllowedInPreviewMode` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 AFTER `ignoreGtmDataLayer`;
ALTER TABLE `mtmn_tagmanager_container_version` CHANGE `name` `name` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `mtmn_tagmanager_container` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_tag` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_trigger` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_variable` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_container` ADD COLUMN `activelySyncGtmDataLayer` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 AFTER `ignoreGtmDataLayer`;
ALTER TABLE `mtmn_tagmanager_container` CHANGE `activelySyncGtmDataLayer` `activelySyncGtmDataLayer` TINYINT(1) UNSIGNED NOT NULL DEFAULT 1;
ALTER TABLE `mtmn_tagmanager_container_version` CHANGE `name` `name` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `mtmn_tagmanager_container` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_tag` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_trigger` CHANGE `name` `name` VARCHAR(255) NOT NULL;
ALTER TABLE `mtmn_tagmanager_variable` CHANGE `name` `name` VARCHAR(255) NOT NULL;
Need help upgrading Matomo?
If you need support to upgrade your Matomo, the creators of Matomo are here to help you make the Matomo upgrade a success and provide all instructions, best practises and ongoing support. Contact the Matomo experts to get started upgrading your Matomo safely.
Ready to go?
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.
Details
| 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: core/CliMulti/RequestParser.php File to delete: libs/Zend/Session/SaveHandler/DbTable.php File to delete: libs/Zend/Session/SaveHandler/Exception.php File to delete: libs/Zend/Session/SaveHandler/Interface.php File to delete: plugins/CoreHome/javascripts/numberFormatter.js File to delete: plugins/CoreHome/vue/src/getFormattedEvolution.ts File to delete: plugins/CorePluginsAdmin/templates/macros.twig File to delete: plugins/Marketplace/Input/Mode.php File to delete: plugins/Marketplace/templates/plugin-list.twig File to delete: plugins/Marketplace/vue/src/LicenseKey/DefaultLicenseKeyFields.vue File to delete: plugins/Marketplace/vue/src/LicenseKey/LicenseKey.vue File to delete: plugins/MultiSites/images/arrow_asc.png File to delete: plugins/MultiSites/images/arrow_desc.png File to delete: plugins/MultiSites/images/door_in.png File to delete: plugins/MultiSites/templates/getSitesInfo.twig File to delete: plugins/MultiSites/vue/src/Dashboard/Dashboard.less File to delete: plugins/MultiSites/vue/src/Dashboard/Dashboard.store.ts File to delete: plugins/MultiSites/vue/src/Dashboard/Dashboard.vue File to delete: plugins/MultiSites/vue/src/MultisitesSite/MultisitesSite.vue File to delete: plugins/SEO/Metric/Google.php File to delete: plugins/TagManager/stylesheets/gettingStarted.less File to delete: plugins/TagManager/templates/gettingStarted.twig File to delete: plugins/TagManager/templates/trackingHelp.twig File to delete: plugins/TagManager/vue/src/GettingStarted/GettingStarted.vue File to delete: vendor/composer/semver/src/Constraint/AbstractConstraint.php File to delete: vendor/composer/semver/src/Constraint/EmptyConstraint.php File to delete: vendor/pear/pear-core-minimal/src/PEAR/Error.php
To delete all these files at once, you can run this command: rm "/home/kney1291/apps/seo/ys/core/CliMulti/RequestParser.php" "/home/kney1291/apps/seo/ys/libs/Zend/Session/SaveHandler/DbTable.php" "/home/kney1291/apps/seo/ys/libs/Zend/Session/SaveHandler/Exception.php" "/home/kney1291/apps/seo/ys/libs/Zend/Session/SaveHandler/Interface.php" "/home/kney1291/apps/seo/ys/plugins/CoreHome/javascripts/numberFormatter.js" "/home/kney1291/apps/seo/ys/plugins/CoreHome/vue/src/getFormattedEvolution.ts" "/home/kney1291/apps/seo/ys/plugins/CorePluginsAdmin/templates/macros.twig" "/home/kney1291/apps/seo/ys/plugins/Marketplace/Input/Mode.php" "/home/kney1291/apps/seo/ys/plugins/Marketplace/templates/plugin-list.twig" "/home/kney1291/apps/seo/ys/plugins/Marketplace/vue/src/LicenseKey/DefaultLicenseKeyFields.vue" "/home/kney1291/apps/seo/ys/plugins/Marketplace/vue/src/LicenseKey/LicenseKey.vue" "/home/kney1291/apps/seo/ys/plugins/MultiSites/images/arrow_asc.png" "/home/kney1291/apps/seo/ys/plugins/MultiSites/images/arrow_desc.png" "/home/kney1291/apps/seo/ys/plugins/MultiSites/images/door_in.png" "/home/kney1291/apps/seo/ys/plugins/MultiSites/templates/getSitesInfo.twig" "/home/kney1291/apps/seo/ys/plugins/MultiSites/vue/src/Dashboard/Dashboard.less" "/home/kney1291/apps/seo/ys/plugins/MultiSites/vue/src/Dashboard/Dashboard.store.ts" "/home/kney1291/apps/seo/ys/plugins/MultiSites/vue/src/Dashboard/Dashboard.vue" "/home/kney1291/apps/seo/ys/plugins/MultiSites/vue/src/MultisitesSite/MultisitesSite.vue" "/home/kney1291/apps/seo/ys/plugins/SEO/Metric/Google.php" "/home/kney1291/apps/seo/ys/plugins/TagManager/stylesheets/gettingStarted.less" "/home/kney1291/apps/seo/ys/plugins/TagManager/templates/gettingStarted.twig" "/home/kney1291/apps/seo/ys/plugins/TagManager/templates/trackingHelp.twig" "/home/kney1291/apps/seo/ys/plugins/TagManager/vue/src/GettingStarted/GettingStarted.vue" "/home/kney1291/apps/seo/ys/vendor/composer/semver/src/Constraint/AbstractConstraint.php" "/home/kney1291/apps/seo/ys/vendor/composer/semver/src/Constraint/EmptyConstraint.php" "/home/kney1291/apps/seo/ys/vendor/pear/pear-core-minimal/src/PEAR/Error.php"
|