Matomo database will be upgraded from version 3.11.0 to the new version 3.14.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: CREATE TABLE `locks` (`key` VARCHAR(70) NOT NULL, `value` VARCHAR(255) NULL DEFAULT NULL, `expiry_time` BIGINT UNSIGNED DEFAULT 9999999999, PRIMARY KEY ( `key` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
# These console commands will be run: ./console plugin:deactivate "ExamplePlugin" ./console plugin:deactivate "ExampleAPI"
# These SQL queries will be executed: UPDATE `option` SET option_value = 'https://download.db-ip.com/free/dbip-city-lite-2022-05.mmdb.gz' WHERE option_name = 'geoip2.loc_db_url' AND option_value = 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz'; UPDATE `option` SET option_value = 'https://download.db-ip.com/free/dbip-country-lite-2022-05.mmdb.gz' WHERE option_name = 'geoip2.loc_db_url' AND option_value = 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz';