r75445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75444‎ | r75445 | r75446 >
Date:17:18, 26 October 2010
Author:demon
Status:ok
Tags:
Comment:
Tweak UPGRADE, no longer need to move LocalSettings. Postgres caveat doesn't apply anymore
Modified paths:
  • /trunk/phase3/UPGRADE (modified) (history)

Diff [purge]

Index: trunk/phase3/UPGRADE
@@ -55,9 +55,8 @@
5656
5757 ==== From the web ====
5858
59 -You will need to temporarily remove LocalSettings.php. This is to keep people
60 -from accessing the installer. Keep a backup copy of LocalSettings.php somewhere
61 -safe
 59+You will need to set $wgUpgradeKey in your LocalSettings.php in order to use
 60+the updater.
6261
6362 If you browse to the web-based installation script (usually at /config/index.php)
6463 from your wiki installation you can follow the script and upgrade your database
@@ -67,8 +66,6 @@
6867 Changing the encoding in particular will generally leave you with a
6968 lot of corrupt pages, particularly if your wiki is not in English.
7069
71 -Once you are done, you can move LocalSettings.php back to its proper place.
72 -
7370 ==== From the command line ====
7471
7572 From the command line, browse to the "maintenance" directory and run the
@@ -219,13 +216,6 @@
220217
221218 == Caveats ==
222219
223 -=== Postgres ===
224 -
225 -Postgres support is new, and much of the upgrade instructions may
226 -not apply. The schema was changed significantly from 1.7 to 1.8,
227 -so you will need to at least use the update.php or web installer,
228 -as described above.
229 -
230220 === Upgrading from 1.4.2 or earlier ===
231221
232222 1.4.3 has added new fields to the sitestats table. These fields are

Status & tagging log