Seit dem Update auf 33.0.0 bekomme ich folgende Fehlermeldung:
DbalExceptionAn exception occurred while executing a query: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
Diese Meldung taucht reproduzierbar auf, wenn ich mir per Browser den Inhalt eines Ordners anzeigen lassen möchte.
Die o.g. Meldung geht mit folgender Fehlermeldung von mysql einher:
2026-02-21 18:39:45 10121 [Warning] Aborted connection 10121 to db: ânextclouddbâ user: ânextcloudâ host: âlocalhostâ (Got an error writing communication packets)
AuĂer dem Update auf 33.0.0 wurde am Server nichts geĂ€ndert.
Hier noch ein paar Informationen zum technischen Umfeld:
Ubuntu 24.04, Apache2, PHP 8.3.6, mysql Ver 15.1 Distrib 10.11.14-MariaDB
Der Aufruf von âocc config:list systemâ ergab das hier:
{
âsystemâ: {
âinstanceidâ: âREMOVED SENSITIVE VALUEâ,
âpasswordsaltâ: âREMOVED SENSITIVE VALUEâ,
âsecretâ: âREMOVED SENSITIVE VALUEâ,
âtrusted_domainsâ: [
âwww.domain.deâ,
â188.138.xxx.xxxâ,
âlocalhostâ
],
âauth.bruteforce.protection.enabledâ: false,
âdatadirectoryâ: âREMOVED SENSITIVE VALUEâ,
âdbtypeâ: âmysqlâ,
âversionâ: â33.0.0.16â,
âoverwrite.cli.urlâ: âhttps://www.domain.de/nextcloudâ,
âhtaccess.RewriteBaseâ: â/nextcloudâ,
âdbnameâ: âREMOVED SENSITIVE VALUEâ,
âdbhostâ: âREMOVED SENSITIVE VALUEâ,
âdbtableprefixâ: âoc_â,
âmysql.utf8mb4â: true,
âdbuserâ: âREMOVED SENSITIVE VALUEâ,
âdbpasswordâ: âREMOVED SENSITIVE VALUEâ,
âinstalledâ: true,
âmemcache.localâ: â\OC\Memcache\APCuâ,
âmemcache.lockingâ: â\OC\Memcache\Redisâ,
âfilelocking.enabledâ: âtrueâ,
âredisâ: {
âhostâ: âREMOVED SENSITIVE VALUEâ,
âportâ: 6379,
âpasswordâ: âREMOVED SENSITIVE VALUEâ,
âtimeoutâ: 0
},
âmail_smtpmodeâ: âsmtpâ,
âmail_smtpsecureâ: âsslâ,
âmail_sendmailmodeâ: âsmtpâ,
âmail_from_addressâ: âREMOVED SENSITIVE VALUEâ,
âmail_domainâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtpauthtypeâ: âLOGINâ,
âmail_smtpauthâ: 1,
âmail_smtphostâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtpnameâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtppasswordâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtpportâ: â465â,
âdefault_phone_regionâ: âDEâ,
âdefault_languageâ: âdeâ,
âenable_previewsâ: true,
âmaintenance_window_startâ: 1,
âmaintenanceâ: false,
âthemeâ: ââ,
âlogtimezoneâ: âEurope/Berlinâ,
âloglevelâ: 2,
âupdater.release.channelâ: âstableâ,
âbulkupload.enabledâ: false,
âwebsocketsâ: true,
âserveridâ: 1,
âforbidden_filename_charactersâ: [
â\â,
â/â
],
âforbidden_filename_extensionsâ: [
â.filepartâ,
â.partâ
],
âdefaultappâ: âdashboard,calendarâ,
âapp_install_overwriteâ: ,
âtrusted_proxiesâ: âREMOVED SENSITIVE VALUEâ,
âupdater.secretâ: âREMOVED SENSITIVE VALUEâ
}
}
Hat jemand eine Idee?
Danke fĂŒr die MĂŒhe.