[Wikitech-l] Re: mediawiki database upgrade

2025-08-17 Thread Tim Starling
On 15/8/25 00:54, Tim Moody wrote: I have a sqlite mediawiki database, which I think is version 1.36, with around 10K articles. I tried installing 1.44 mediawiki and in startup declaring the sqlite file, and it offers to update, but when I click continue it returns 504 after awhile and htop s

[Wikitech-l] Re: mediawiki database upgrade

2025-08-14 Thread Brian Wolff
For the most part, run.php update just needs the database related config. If you do a new fresh installation of mediawiki, take the newly generated LocalSettings.php file and adjust the db config to point to your sqlite db, that should be enough to get through the command line update script. On Th