[DONE] Wiki server upgrade to 1.18.2
Posted: Wed Apr 11, 2012 7:26 pm
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:
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