![]() |
MediaWiki > MediaWiki tricks and tips >
- visit
example.com/Special:Versionto check your version - Back up your files and database (
mysql dumpANDxml dump) - download the archive to your server
rm -rf maintenance/-
unpack the archive and copy the contents overtop of your existing files
- I just unpack it elsewhere and do an
rsync -av ../mediawiki-x.xx.x/* .
- I just unpack it elsewhere and do an
chown --reference=LocalSettings.php * -Rphp maintenance/update.php-
visit
example.com/Special:Versionto confirm the change
..
See MediaWiki troubleshooting for some solutions to my problems.


ported