Matomo database will be upgraded from version 3.6.0 to the new version 3.7.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:
# FYI: these are the SQL queries that will be executed to upgrade your database to Matomo 3.7.0 ALTER TABLE `piwikaw_site` ADD COLUMN `creator_login` VARCHAR(100) NULL; ALTER TABLE `piwikaw_goal` ADD COLUMN `event_value_as_revenue` tinyint(4) NOT NULL default '0'; ALTER TABLE `piwikaw_report` ADD COLUMN `evolution_graph_within_period` TINYINT(4) NOT NULL DEFAULT 0; ALTER TABLE `piwikaw_report` ADD COLUMN `evolution_graph_period_n` INT(11) 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: PULL_REQUEST_TEMPLATE File to delete: error_log File to delete: misc/How to install Piwik.html File to delete: misc/others/api_internal_call.php File to delete: misc/others/iframeWidget.htm File to delete: p.php File to delete: php.fcgi File to delete: php55-fcgi.ini
To delete all these files at once, you can run this command: rm "/home/emsibg2c/public_html/piwik/PULL_REQUEST_TEMPLATE" "/home/emsibg2c/public_html/piwik/error_log" "/home/emsibg2c/public_html/piwik/misc/How to install Piwik.html" "/home/emsibg2c/public_html/piwik/misc/others/api_internal_call.php" "/home/emsibg2c/public_html/piwik/misc/others/iframeWidget.htm" "/home/emsibg2c/public_html/piwik/p.php" "/home/emsibg2c/public_html/piwik/php.fcgi" "/home/emsibg2c/public_html/piwik/php55-fcgi.ini"