Hello,
our upgrade (3.14.1 --> 4.0.0) failed after 40 minutes and now we can’t login anymore. The upgrade failed at:
ALTER TABLE piwik_log_link_visit_action
ADD COLUMN search_cat
VARCHAR(200) NULL, ADD COLUMN search_count
INTEGER(10) UNSIGNED NULL, ADD COLUMN time_dom_completion
MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN time_dom_processing
MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN time_network
MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN time_on_load
MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN time_server
MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN time_transfer
MEDIUMINT(10) UNSIGNED NULL;
System: php 7.4, MariaDB 10.1.31. (INNO)
Error:
The error was: SQLSTATE[HY000]: General error: 1034 Incorrect key file for table ‘piwik_log_link_visit_action’; try to repair it
…
ERROR [2020-12-08 13:02:39] 43651 Uncaught exception: /srv/www/htdocs/XXXXXX/web/plugins/CoreUpdater/Commands/Update.php(255): Matomo could not be updated! See above for more information.
We tried:
We’ve changed the size of our temp-folder in the DB to 512 M and increased our max_execution_time to 86400.
Any help would be appreciated because I have no idea how to proceed.
2 posts - 2 participants