Manuel:$wgLegacySchemaConversion
Cette fonctionnalité a été supprimée entièrement dans la version 1.39.0. |
Paramètres de langue, de régionalisation et d'encodage de caractères: $wgLegacySchemaConversion | |
---|---|
Option permettant d'accélérer l'étape de conversion pour les sites de grande taille lors de la migration du schéma de 1.4 à 1.5 |
|
Introduit dans la version : | 1.5.0 |
Retiré dans la version : | 1.39.0 (Gerrit change 792119; git #8a31497c) |
Valeurs autorisées : | (booléen) |
Valeur par défaut : | false |
Autres paramètres : Alphabétique | Par Fonction |
Détails
If set to true
, the MediaWiki 1.4 to 1.5 schema conversion will create stub reference rows in the text table instead of copying the full text of all current entries from 'cur' to 'text'.
This will speed up the conversion step for large sites, but requires that the cur table be kept around for those revisions to remain viewable.
maintenance/migrateCurStubs.php can be used to complete the migration in the background once the wiki is back online.
This option affects the updaters only. Any present cur stub revisions will be readable at runtime regardless of this setting.