Ticket #669 (closed maintenance: fixed)

Opened 3 years ago

Last modified 3 years ago

Mediawiki upgrade to 1.19.10

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Mediawiki Keywords:
Cc: sam, ed Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.2

Description

Email from Mediawiki:

This is a notice that on Tuesday, January 14th between 00:00-01:00 UTC (*Monday* January 13th, 4-5pm PST) Wikimedia Foundation will release security updates for current and supported branches of the MediaWiki software, as well as several extensions. Downloads and patches will be available at that time.

Change History

comment:1 Changed 3 years ago by chris

  • Cc ed added
  • Add Hours to Ticket changed from 0.0 to 0.05
  • Component changed from Dev server to Mediawiki
  • Total Hours changed from 0.0 to 0.05

comment:2 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.15
  • Total Hours changed from 0.05 to 0.2

Following the last updated documented at wiki:PenguinServer#wiki.transitionnetwork.org which was to 1.19.9 - ticket:620

sudo -i
cd /web/wiki.transitionnetwork.org
export MW="1.19.10"
wget http://download.wikimedia.org/mediawiki/1.19/mediawiki-$MW.tar.gz -O mediawiki-$MW.tar.gz
wget http://download.wikimedia.org/mediawiki/1.19/mediawiki-$MW.tar.gz.sig -O mediawiki-$MW.tar.gz.sig
gpg --verify mediawiki-$MW.tar.gz.sig 
tar -zxvf mediawiki-$MW.tar.gz
rsync -av mediawiki-$MW/ www/
chown root:root -R www/
chown -R www-data:www-data www/cache
chown -R www-data:www-data www/images
cd www/maintenance/
php update.php 

The version was checked: ​http://wiki.transitionnetwork.org/Special:Version and everthing seems fine, so closing this ticket.

comment:3 Changed 3 years ago by chris

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.