Help:Upgrading MediaWiki
From USAFA Rugby Alumni
Notes for upgrading MediaWiki on shared server at InMotion.
- Backup database using PhpMyAdmin on InMotion's cPanel. Backup will be downloaded to local machine from which upgrade is being performed.
- Backup current version of MediaWiki on shared server.
- SSH into shared server and execute follow command from root directory of MediaWiki instance - cp -r * <path to backup directory>
- After backing up, check to insure all files were copied - diff -rq <root of current MediaWiki> <path to backup directory>
- Stop access to current version by executing following command from root directory of current MediaWiki instance - mv LocalSettings.php LocalSettings.php.old