[05:14:31] My server's MySQL server is filled up with sleeping connections created by MediaWiki; does MediaWiki attempt to preserve connections across sessions? [05:17:46] Hm, at this point I think it's just because my server is being bombarded with requests. [05:18:48] svip: not by default, no. If you see mention of DBO_PERSISTENT in your LocalSettings.php then it's turned on [05:21:14] My server isn't that powerful, and it's getting hit with 20 requests a second. [05:21:40] check out https://www.mediawiki.org/wiki/Handling_web_crawlers [05:21:45] unfortunately it's an endemic problem these days [05:32:10] The CrawlerProtection one actually did a big improvement. [05:32:20] Now there are only 5 connections in the database. [05:32:37] Even though the number of requests haven't subsided. [11:13:34] Hi, I need assistence with an update of a wiki [11:13:42] what is the issue [11:21:59] @gry: [aF-O@5wnUmHeG15X0kW0WAAACGg] 2025-06-28 11:16:12: Erreur fatale de type « Wikimedia\Rdbms\DBQueryError » [11:24:10] set the following in your wiki's LocalSettings.php (if not already set) and post a more detailed backtrace for anyone to be able to help: [11:24:11] $wgShowExceptionDetails = true; [11:24:11] $wgShowSQLErrors = true; [11:24:11] $wgShowDBErrorBacktrace = true; [11:32:43] GiBy: ^^ [11:40:21] Here it is https://pastebin.com/3hdiKWrZ [11:54:25] gry ashley? [11:55:05] hm [11:56:15] sorry, please wait up to around 30 min, i am unfamiliar with it and i hope ashley or soneone else can help [12:00:27] GiBy: did you run update.php? https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script [12:01:32] the actor table is a core table since a while... looks like you're missing running the script. Note upgrading from very old versions to the latest one isn't supported, and you must upgrade in steps following LTS to LTS versions