Updating Mediawiki Installation
Good Links
Most of what is presented here is synthesized from:
- https://www.mediawiki.org/wiki/Manual:Upgrading
- http://techwelkin.com/how-to-upgrade-mediawiki-to-latest-version
- http://subsurfwiki.org/wiki/Upgrading_MediaWiki
Backup the Database
On bombur, go to /home/geos/WikiBackup and, per the README, run:
mysqldump --opt --user=geos --password=<password> --host=mysql.geos5.org geos5_wiki > geos5_wiki.2017Jul26.backup.sql mysqldump --opt --user=geos --password=<password> --host=mysql.geos5.org geos5_wiki --xml > geos5_wiki.2017Jul26.backup.xml
where the date is changed, of course.
Then, gzip them for space saving.