[DONE] Wiki server upgrade to 1.18.2

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

[DONE] Wiki server upgrade to 1.18.2

Post by maik »

Dear all,

I just performed an upgrade of my Sandbox wiki http://sandbox.maikschulz.de which is a copy of wiki.alioth.net from version 1.15.1 to version1.18.2. This is in preparation of upgrading wiki.alioth.net. After the upgrade, I will look at installing extensions.

The sandbox wiki is open for writing, can you please take a look if something is broken? The upgrade went smooth, I tested changing pages and uploading files. Note that the copy is some weeks old, so very recently added users do not exist there.

In case someone is interested and would like to scrutinize, I performed the following commands:

Code: Select all

cd /srv/www/sandbox/
wget http://download.wikimedia.org/mediawiki/1.18/mediawiki-1.18.2.tar.gz
mkdir public_html2
cd public_html2/
tar xvzf ../mediawiki-1.18.2.tar.gz --strip-components=1
rm -rf images/
rsync -avz ../public_html/images .
cp ../LocalSettings.php .
cd ..
mv public_html public_html.old
mv public_html2 public_html
cp public_html.old/skins/common/images/th_elitewikilogo.png public_html/skins/common/images/
chown -R www-data:oolite public_html
sudo /etc/init.d/apache2 restart
cd public_html/maintenance/
php update.php
Last edited by maik on Mon Apr 16, 2012 11:08 am, edited 1 time in total.
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: Wiki server upgrade

Post by maik »

If there are no objections I will upgrade the MediaWiki installation over the weekend to 1.18.2. I'll post here before I start and after I finish and will set the wiki to read-only during the time.
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: Wiki server upgrade

Post by maik »

Advance notice: I will start the upgrade process at 16h CET.

Update: I'll start now. Please do not try to modify the wiki until I post here that it is safe to do so again.

Update 2: I do not have sufficient rights to restart the web server and have to wait for Winston to do that. In the meantime, the backup wiki is accessible at http://wiki.maikschulz.de. It has a copy of the main server which I did just before I started the upgrade.
User avatar
SandJ
---- E L I T E ----
---- E L I T E ----
Posts: 1048
Joined: Fri Nov 26, 2010 9:08 pm
Location: Help! I'm stranded down here on Earth!

Re: Wiki server upgrade

Post by SandJ »

BUMP! - because otherwise we don't see the updates.
Flying a Cobra Mk I Cobbie 3 with nothing but Explorers Club.OXP and a beam laser 4 proper lasers for company :D
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: Wiki server upgrade

Post by maik »

Update: The backup server http://wiki.maikschulz.de received the upgrade via the nightly sync. So you can see what the main server will look like once apache has been restarted. Haven't heard back from Winston yet though, so no word when this will happen.
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

[DONE] Wiki server upgrade

Post by maik »

The main wiki server http://wiki.alioth.net is now available again, upgraded to version 1.18.2. You can continue using it as before.
User avatar
sdrubble
Deadly
Deadly
Posts: 234
Joined: Fri Aug 05, 2011 8:30 am
Location: Belo Horizonte, Brazil

Re: [DONE] Wiki server upgrade to 1.18.2

Post by sdrubble »

There was an issue with the wiki, which the upgrade has apparently solved:

The sidebar at the left now stays in its proper place, whereas its contents were previously sliding all the way down to the bottom of the page. :D

Thx and cheers :mrgreen:
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: [DONE] Wiki server upgrade to 1.18.2

Post by maik »

Yes, there are minor changes in the used skin. Another one I noticed is in the sortable tables, e.g. the [wiki]OXP List[/wiki], where the sort arrows are fixed in place now. For the very narrow "C" column this results in the arrows overlaying the "C".

I'll wait a few days to see if there are any problems and then start activating the extensions that came with the new version. Most notably for wiki authors, the ParserFunctions extension comes bundled with MediaWiki since version 1.18. So no reason not to use it now :)
User avatar
maik
Wiki Wizard
Wiki Wizard
Posts: 2025
Joined: Wed Mar 10, 2010 12:30 pm
Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)

Re: [DONE] Wiki server upgrade to 1.18.2

Post by maik »

I activated the ParserFunctions extension now.
Post Reply