Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mediawiki/files: postupgrade-1.16-en.txt
Date: Sat, 09 Oct 2010 22:03:29
Message-Id: 20101009213046.1B9352004E@flycatcher.gentoo.org
1 radhermit 10/10/09 21:30:46
2
3 Added: postupgrade-1.16-en.txt
4 Log:
5 Version bump to the latest stable release (fixes bug #332745, thanks to Tobias Margitan for reporting and William Cooke for patches). Add sqlite3 USE flag, replace remaining pkg_setup use flag check with use dependencies, and add new postupgrade instructions since a few variables are set in LocalSettings.php instead of using AdminSettings.php.
6
7 (Portage version: 2.2_rc90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 www-apps/mediawiki/files/postupgrade-1.16-en.txt
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mediawiki/files/postupgrade-1.16-en.txt?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mediawiki/files/postupgrade-1.16-en.txt?rev=1.1&content-type=text/plain
14
15 Index: postupgrade-1.16-en.txt
16 ===================================================================
17 These instructions help you to upgrade your mediawiki installation.
18
19 Please NOTE: at this point it is supposed that you've already read
20 RELEASE-NOTES and done full wiki backup, as described here:
21 http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki
22
23
24 Run the update script
25 =====================
26
27 Note: Make sure $wgDBadminusr and $wgDBadminpassword is set in your
28 LocalSettings.php file in your wiki root. The user needs full permissions
29 (shell access) on the database.
30
31 The preferred method of performing the update is using the command-line
32 maintenance script, although it is also possible to re-run the web-based
33 installer. To run command-line maintenance script, change to the maintenance
34 directory and execute the update script:
35
36 $ cd ${MY_INSTALLDIR}/maintenance
37 $ php update.php
38
39 MediaWiki will inspect the existing schema and update it to work with the new
40 code, adding tables and columns as needed.
41
42 For alternative ways to upgrade your wiki, please, take a look at:
43 http://www.mediawiki.org/wiki/Manual:Upgrading
44
45
46 Upgrade extensions
47 ==================
48
49 Certain extensions have been updated in order to work with MediaWiki 1.13. Be
50 sure to upgrade to the latest versions of such extensions. You might need to
51 perform manual updates to custom extensions.
52
53
54 Test the update
55 ===============
56
57 Once the upgrade has completed, browse to the wiki and check basics such as
58 viewing and editing pages to ensure things still work as expected.
59
60 Visit Special:Version and check that the version shown is correct.