Jump to content
MediaWiki

Manual:Scripts de mantenimiento

From mediawiki.org
This page is a translated version of the page Manual:Maintenance scripts and the translation is 100% complete.
Scripts de mantenimiento

v · d · e

Los scripts de mantenimiento son utilizados para realizar diversas tareas administrativas, de importación, mantenimiento, elaboración de informes y actualización. Los scripts están escritos en PHP y residen en el subdirectorio maintenance de la instalación de MediaWiki.

MediaWiki contiene más de 200 scripts de mantenimiento, que tienen diversos grados de utilidad general y calidad. Debe leer atentamente la documentación de un script antes de utilizarlo; si un script no está documentado, tenga más cuidado al ejecutarlo.

Desde MediaWiki 1.40, los scripts de mantenimiento deben invocarse indirectamente a través de php ./maintenance/run.php . Invocar scripts de mantenimiento directamente provocará una advertencia.

In order to run most scripts, you will need access to the command line of the server or shell access through an SSH client like ssh or PuTTY. For details, see our information about running scripts .

If a script needs to modify the structure of a database (as does Update.php, for example), special configuration variables may need to be set in LocalSettings.php to allow this. See the relevant configuration information for details.

For an extensive list of scripts that may be run, see our list of scripts broken down by type.

Véase también

AltStyle によって変換されたページ (->オリジナル) /