FactGrid:Server Admin Log: Difference between revisions

From FactGrid
Jump to navigation Jump to search
(update)
(Debian Bullseye (11) \o/)
Line 4: Line 4:
Newest entries first.
Newest entries first.


* Upgraded server from Debian Stretch (9) to Buster (10) and then Bullseye (11) —[[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 12:12, 20 July 2024 (CEST)
* Upgraded wiki a bit more (no new version number apparently but there were still a handfull of commits), as below: <code>cd /var/www/w/ && for dir in . extensions/*/ skins/*/; do echo; echo $dir; git -C "$dir" pull; done && php composer.phar update && php maintenance/update.php --quick</code> —[[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:08, 10 July 2024 (CEST)
* Upgraded wiki a bit more (no new version number apparently but there were still a handfull of commits), as below: <code>cd /var/www/w/ && for dir in . extensions/*/ skins/*/; do echo; echo $dir; git -C "$dir" pull; done && php composer.phar update && php maintenance/update.php --quick</code> —[[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:08, 10 July 2024 (CEST)
* Installed new units, <code>mediawiki-jobqueue-restart.service</code> and <code>mediawiki-jobqueue-restart.timer</code>, to try and restart a potentially stuck job queue every night. —[[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:44, 9 July 2024 (CEST)
* Installed new units, <code>mediawiki-jobqueue-restart.service</code> and <code>mediawiki-jobqueue-restart.timer</code>, to try and restart a potentially stuck job queue every night. —[[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:44, 9 July 2024 (CEST)

Revision as of 12:12, 20 July 2024

A very rudimentary log of changes made to the FactGrid technical infrastructure. Inspired by wikitech:Server Admin Log but much less structured – just manually maintained. Started November 2023, earlier changes aren’t really logged anywhere in much detail (but the history of FactGrid:Setup may be useful). Newest entries first.