Manual:Sqlite.php/de

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

Details

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.

Optionen/Argumente

Option Beschreibung Notwendig?
--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.

Verwendung

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


Checking integrity

Terminal

Vacuum Operation

Terminal

Siehe auch

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