Upgrading Mediawiki
From Default
(Difference between revisions)
Line 18: | Line 18: | ||
===Frixing busted passwords=== | ===Frixing busted passwords=== | ||
*Navigate to the maintenace directory of the upgraded wiki | *Navigate to the maintenace directory of the upgraded wiki | ||
+ | |||
+ | wiki:~ # cd /home/MillerLab/public_html/maintenance | ||
/opt/lampp/bin/php changePassword.php --user=USERNAME --password=NEWPASSWORD | /opt/lampp/bin/php changePassword.php --user=USERNAME --password=NEWPASSWORD |
Latest revision as of 14:01, 8 February 2009
Notes on process.
Contents |
Upgrading Mediawiki
Moving Mediawiki
mysql -p wikidb01 < /root/Desktop/mw13backfeb2009.sql
Upgrade Mediawiki to latest version on current host
Frixing busted passwords
- Navigate to the maintenace directory of the upgraded wiki
wiki:~ # cd /home/MillerLab/public_html/maintenance
/opt/lampp/bin/php changePassword.php --user=USERNAME --password=NEWPASSWORD