Patching Mediawiki
Parts of this are documented all over the Internet.
- Back up database, files
- Download patch to mediawiki root
- Inside mediawiki root: patch -p0 < patch-file
- Inside maintenance subdir: php update.php
- Check Special:Version
Parts of this are documented all over the Internet.