Manual:Sqlite.php/es

Category:MediaWiki deprecated or obsolete features/es#Sqlite.php
Versiones de MediaWiki:
1.16 1.35
Category:MediaWiki code/es#Sqlite.php

Detalles

sqlite.php file is a maintenance script for tasks specific to SQLite backend. This script has been moved to SqliteMaintenance.php in MediaWiki 1.36.

Opciones

Option Description Required?
--vacuumExecutes VACUUM command that compacts the database and improves its performance.Optional
--integrityPerforms integrity check of the database. If no error is detected, a single "ok" will be displayed, otherwise the script will show up to 100 errors.Optional
--backup-toBackups the database to the given file.Optional
--check-syntaxChecks SQL files for compatibility with SQLite syntax. This option is intended for developer use. (Added in MediaWIki 1.17)Optional

All these options can be used at the same time.

Usage

php maintenance/sqlite.php [ --vacuum| --integrity| --backup-to| --check-syntax ]


Checking integrity

Terminal

Vacuum Operation

Terminal

Enlaces externos

Category:Maintenance scripts/es#Sqlite.php/es Category:Database maintenance scripts/es
Category:Database maintenance scripts/es Category:Maintenance scripts/es Category:MediaWiki code/es Category:MediaWiki deprecated or obsolete features/es