X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=UPGRADE;h=7f6701e579c991142ce5651229d9c796bef2fd15;hb=0bcc14380db09bffb138c28db27d7977d647c5d5;hp=f55364fe33c57374a200796d74dd33e1ea84dda8;hpb=59b60fc31194b3b09bba2c95b8ddf85c3f9e81bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/UPGRADE b/UPGRADE index f55364fe33..7f6701e579 100644 --- a/UPGRADE +++ b/UPGRADE @@ -50,14 +50,22 @@ deleted file archives, and any custom skins. === Perform the database upgrade === -You will need to have $wgDBadminuser and $wgDBadminpass set in your +You will need to have $wgDBadminuser and $wgDBadminpassword set in your LocalSettings.php, see there for more info. -From the command line, browse to the "maintenance" directory and run the +From the command line, browse to the "maintenance" directory and run the update.php script to check and update the schema. This will insert missing tables, update existing tables, and move data around as needed. In most cases, this is successful and nothing further needs to be done. +If you have a Chinese or Japanese wiki ($wgLanguageCode is set to one +of "zh", "ja", or "yue") and you are using MySQL fulltext search, you +will probably want to update the search index. + +In the "maintenance" directory, run the updateDoubleWidthSearch.php +script. This will update the searchindex table for those pages that +contain double-byte latin characters. + === Check configuration settings === The names of configuration variables, and their default values and purposes, @@ -67,9 +75,10 @@ notes to check for configuration changes which would alter the expected behaviour of MediaWiki. === Check installed extensions === + In MediaWiki 1.14 some extensions are migrated into the core. Please see the -RELEASE-NOTES section "Migrated extensions" and disable these extensions in your -localSettings.php +HISTORY section "Migrated extensions" and disable these extensions in your +LocalSettings.php === Test ===