MediaWiki master
storage Directory Reference
Directory dependency graph for storage:
maintenance/storage

Files

 checkStorage.php
 Fsck for MediaWiki.
 
 compressOld.php
 Compress the text of a wiki.
 
 dumpRev.php
 Get the text of a revision, resolving external storage if needed.
 
 fixLegacyEncoding.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
 moveToExternal.php
 Move text from the text table to external storage.
 
 orphanStats.php
 Show some statistics on the blob_orphans table, created with trackBlobs.php.
 
 recompressTracked.php
 Moves blobs indexed by trackBlobs.php to a specified list of destination clusters, and recompresses them in the process.
 
 resolveStubs.php
 Convert history stubs that point to an external row to direct external pointers.
 
 storageTypeStats.php
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
 testCompression.php
 Test revision text compression and decompression.
 
 trackBlobs.php
 Adds blobs from a given external storage cluster to the blob_tracking table.