wiki.techinc.nl/maintenance
Kunal Mehta 0b43c49465 Revert "Add a new type of database to the installer from extension"
It caused a 20% latency regression by unconditionally parsing extension.json
files on every single load instead of using the existing caching
infrastructure. There are further problems with the use of parsing/loading
extension.json files in a method that is incompatible with the existing
architecture.

This primarily reverts commit 46eabe275c.

Also needed to revert 16381261ae and 7c72347ec1.

Bug: T258664
Change-Id: I34a783c3f0df0447876a26441bb2d12e02368871
2020-07-22 16:05:31 -07:00
..
archives Merge "Migrate actor and user_former_groups tables to abstract schema" 2020-07-13 00:47:54 +00:00
benchmarks phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
dev mime: Represent lists as arrays instead of space-delimited strings 2020-05-28 15:15:43 +00:00
includes Annotate extensible classes. 2020-07-09 11:07:38 +02:00
jsduck Replace @context with @this 2020-06-15 21:49:06 +01:00
language Make use of the preg_match() return value, if possible 2020-07-14 19:26:35 +00:00
locking
mediawiki.Title eslint: Update to eslint-config-wikimedia 0.16.0 2020-06-02 21:32:56 +01:00
postgres Migrate comment table to abstract schema 2020-07-13 23:53:33 +02:00
sqlite Migrate comment table to abstract schema 2020-07-13 23:53:33 +02:00
storage phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
term Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
.htaccess
addChangeTag.php Do not output wikitext in maintenance script 2019-09-20 18:28:34 +02:00
addRFCandPMIDInterwiki.php
addSite.php Mark options as requiring parameters in addSite.php 2019-12-02 23:30:50 +00:00
attachLatest.php WikiPage::updateRevisionOn - replace uses, hard deprecate Revision use 2020-05-01 04:54:37 +00:00
blockUsers.php maintenance/blockUsers.php: Check only for prior DatabaseBlocks 2020-07-03 03:50:56 +00:00
categoryChangesAsRdf.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
changePassword.php Do not output wikitext in maintenance script 2019-09-20 18:28:34 +02:00
checkBadRedirects.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
checkComposerLockUpToDate.php Use proper SemVer comparison in CheckComposerLockUpToDate 2020-02-13 16:57:09 -05:00
checkDependencies.php Use Maintenance::getConfig in some maintenance scripts 2019-09-01 20:55:08 +02:00
checkImages.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
checkLess.php tests: Require PHPUnit 6, drop PHPUnit 4 as an option 2019-10-03 08:58:03 -07:00
checkUsernames.php Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
cleanupAncientTables.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
cleanupBlocks.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
cleanupCaps.php Do not output wikitext in maintenance script 2019-09-20 18:28:34 +02:00
cleanupEmptyCategories.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
cleanupImages.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
cleanupInvalidDbKeys.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
cleanupPreferences.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
cleanupRemovedModules.php
cleanupRevActorPage.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
cleanupSpam.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
cleanupTable.inc TableCleanup: Make batch size and reporting interval configurable 2020-04-21 08:57:21 +02:00
cleanupTitles.php Merge "TableCleanup: Make batch size and reporting interval configurable" 2020-06-15 10:36:51 +00:00
cleanupUploadStash.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
cleanupUsersWithNoId.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
cleanupWatchlist.php Purge expired watchlist items 2020-03-26 07:54:20 +08:00
clearInterwikiCache.php Remove usages of $wgMemc 2020-01-20 19:41:32 +01:00
CodeCleanerGlobalsPass.inc
commandLine.inc
compareParserCache.php Replace uses and hard deprecate Article:: and WikiPage::getRevision 2020-04-20 23:06:48 +00:00
compareParsers.php Fix parameter documentation for dump methods for handling revisions 2020-05-05 02:04:32 +00:00
convertExtensionToRegistration.php Attempt to automatically fix start of config vars being __DIR__ 2019-11-04 16:21:04 +00:00
convertLinks.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
convertUserOptions.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
copyFileBackend.php Convert FileBackendGroup to service 2019-10-25 10:46:20 +03:00
copyJobQueue.php
createAndPromote.php Use MediaWikiServices::getAuthManager instead of AuthManager::singleton 2020-06-22 00:57:08 +00:00
createCommonPasswordCdb.php Remove Language::factory and getParentLanguage use 2019-10-27 12:34:28 +02:00
deduplicateArchiveRevId.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
deleteArchivedFiles.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
deleteArchivedRevisions.php
deleteAutoPatrolLogs.php
deleteBatch.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
deleteDefaultMessages.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
deleteEqualMessages.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
deleteLocalPasswords.php
deleteOldRevisions.php Set method visibility on maintenance scripts 2019-11-16 22:54:17 +00:00
deleteOrphanedRevisions.php Improve param docs 2019-11-28 19:08:59 +01:00
deleteSelfExternals.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
deleteTag.php changetags: Change new canDeleteTag() boolean param to int flag 2019-11-17 10:22:02 -05:00
doMaintenance.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
Doxyfile Remove old references to AdminSettings, which was removed in 1.23 2020-07-13 08:15:03 +00:00
dumpBackup.php Set method visibility on maintenance scripts 2019-11-16 22:54:17 +00:00
dumpCategoriesAsRdf.php
dumpIterator.php Narrow MediaWiki.Commenting.FunctionComment.WrongStyle 2020-05-20 03:33:39 +01:00
dumpLinks.php
dumpTextPass.php
dumpUploads.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
edit.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
emptyUserGroup.php
eraseArchivedFile.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
eval.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
exportSites.php Miscellaneous documentation updates 2020-02-16 04:38:38 +00:00
fetchText.php
fileOpPerfTest.php maintenance: Remove unneeded truthy check on dir handling 2020-06-25 10:45:43 +00:00
findBadBlobs.php findBadBlobs: better separate scan and mark modes. 2020-06-30 17:30:29 +00:00
findDeprecated.php Suppress PhanUndeclaredProperty for custom properties and phan bugs 2019-09-14 13:22:54 +00:00
findMissingFiles.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
findOrphanedFiles.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
fixDefaultJsonContentPages.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
fixDoubleRedirects.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
fixExtLinksProtocolRelative.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
fixTimestamps.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
fixUserRegistration.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
formatInstallDoc.php Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
generateJsonI18n.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
generateLocalAutoload.php
generateSchemaSql.php Migrate actor and user_former_groups tables to abstract schema 2020-07-12 19:19:54 +02:00
generateSitemap.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
getConfiguration.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
getLagTimes.php Use namespaced IPUtils class 2020-01-01 02:36:49 -08:00
getReplicaServer.php maintenance/getReplicaServer.php: Remove reference to long-deleted config var 2019-09-09 10:25:38 -04:00
getText.php Replace uses and hard deprecate Revision::newFromTitle 2020-04-18 04:47:10 +00:00
importDump.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
importImages.php Narrow MediaWiki.Commenting.FunctionComment.WrongStyle 2020-05-20 03:33:39 +01:00
importSites.php Miscellaneous documentation updates 2020-02-16 04:38:38 +00:00
importSiteScripts.php
importTextFiles.php MCR import 2020-07-18 20:34:16 -04:00
initEditCount.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
initSiteStats.php
initUserPreference.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
install.php Disable $wgServer autodetection to prevent cache poisoning attacks 2019-10-30 15:49:41 +11:00
interwiki.list
interwiki.sql
invalidateUserSessions.php
jsparse.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
lag.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
Maintenance.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
Makefile
makeTestEdits.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
manageForeignResources.php
manageJobs.php
mcc.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
mctest.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
mergeMessageFileList.php Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
migrateActors.php
migrateArchiveText.php Replace core uses and hard deprecate Revision::(de)compressRevisionText 2020-06-04 01:47:12 +00:00
migrateComments.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
migrateFileRepoLayout.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
migrateImageCommentTemp.php
migrateUserGroup.php
minify.php resourceloader: Rewrite the minify.php maintenance script 2019-08-06 17:39:19 +01:00
moveBatch.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
mwdoc-filter.php docs: Factor out MWDoxygenFilter from mwdoc-filter.php with tests 2019-09-05 18:22:23 +01:00
mwdocgen.php docs: Ignore extensions/ and skins/ in mwdocgen.php by default 2019-09-14 21:58:03 +01:00
mwjsduck-gen
mysql.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
namespaceDupes.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
nukeNS.php Use db abstraction layer in nukePage and nukeNS maintenance script 2020-05-08 23:31:41 +02:00
nukePage.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
orphans.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
pageExists.php
parse.php Hard deprecate calling ParserOptions::newCanonical with no parameters 2020-06-15 23:11:45 +00:00
patchSql.php maintenance: Remove sql.php temporarily 2020-04-07 00:04:37 +00:00
populateArchiveRevId.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateBacklinkNamespace.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
populateCategory.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
populateChangeTagDef.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateContentTables.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
populateExternallinksIndex60.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
populateFilearchiveSha1.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
populateImageSha1.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
populateInterwiki.php Pass function name to HttpRequestFactory::create 2020-06-07 12:20:06 +00:00
populateIpChanges.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateLogSearch.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateLogUsertext.php
populateParentId.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populatePPSortKey.php Make populatePPSortKey less noisy 2020-04-11 01:28:04 +00:00
populateRecentChangesSource.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateRevisionLength.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateRevisionSha1.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
preprocessDump.php Fix parameter documentation for dump methods for handling revisions 2020-05-05 02:04:32 +00:00
preprocessorFuzzTest.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
protect.php
pruneFileCache.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
purgeChangedFiles.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
purgeChangedPages.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
purgeExpiredBlocks.php Add purgeExpiredBlocks maintenance script 2020-07-08 15:45:56 +00:00
purgeExpiredUserrights.php Hard-deprecate UserGroupMembership methods replaced by manager 2020-06-12 14:36:26 -07:00
purgeExpiredWatchlistItems.php Purge expired watchlist items 2020-03-26 07:54:20 +08:00
purgeList.php Add small HtmlCacheUpdater service class to normalize purging code (2) 2020-04-14 03:19:07 +00:00
purgeModuleDeps.php
purgeOldText.php
purgePage.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
purgeParserCache.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
README
reassignEdits.php Improve param docs 2019-11-28 19:08:59 +01:00
rebuildall.php
rebuildFileCache.php Give rebuildFileCache.php an all pages option 2020-07-11 12:54:58 +01:00
rebuildImages.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
rebuildLocalisationCache.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
rebuildmessages.php maintenance: Remove cross-wiki purging from rebuildmessages.php 2019-08-31 14:53:19 +01:00
rebuildrecentchanges.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
rebuildtextindex.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
recountCategories.php Fix output of RecountCategories::doWork() 2020-03-09 00:04:09 +00:00
refreshExternallinksIndex.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
refreshFileHeaders.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
refreshImageMetadata.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
refreshLinks.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
removeInvalidEmails.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
removeUnusedAccounts.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
renameDbPrefix.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
renameRestrictions.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
renderDump.php Fix parameter documentation for dump methods for handling revisions 2020-05-05 02:04:32 +00:00
resetAuthenticationThrottle.php Use MediaWikiServices::getAuthManager instead of AuthManager::singleton 2020-06-22 00:57:08 +00:00
resetPageRandom.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
resetUserEmail.php Remove call to deprecated setPassword() User method 2020-06-12 19:16:11 +00:00
resetUserTokens.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
rollbackEdits.php
runBatchedQuery.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
runJobs.php Convert JobRunner into a service and use DI 2020-02-27 08:04:48 -08:00
runScript.php maintenance: Add file extension as expected for PHP scripts 2020-01-29 11:44:06 +01:00
shell.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
showJobs.php
showSiteStats.php
sql.php maintenance: Remove --slave option from sql.php 2020-06-11 01:26:20 +00:00
sqlite.inc Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
sqlite.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
syncFileBackend.php Convert FileBackendGroup to service 2019-10-25 10:46:20 +03:00
tables-generated.sql Migrate comment table to abstract schema 2020-07-13 23:53:33 +02:00
tables.json Migrate comment table to abstract schema 2020-07-13 23:53:33 +02:00
tables.sql Migrate comment table to abstract schema 2020-07-13 23:53:33 +02:00
tidyUpT39714.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
undelete.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
update-keys.sql
update.php Revert "Add a new type of database to the installer from extension" 2020-07-22 16:05:31 -07:00
updateArticleCount.php
updateCollation.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
updateCredits.php
updateDoubleWidthSearch.php Deprecate Revision::loadFromPageId 2020-03-25 12:10:48 -07:00
updateExtensionJsonSchema.php Move known attributes when updating to manifest_version 2 2020-05-18 16:29:19 +00:00
updateRestrictions.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
updateSearchIndex.php Fix capitalisation of updateSearchIndex.php parameter desc 2020-04-01 19:29:10 +01:00
updateSpecialPages.php Add a run mode to $wgDisableQueryPageUpdate 2019-09-26 22:33:53 +00:00
uppercaseTitlesForUnicodeTransition.php Fix a plethora of class and function call case mismatches 2020-05-26 14:14:46 +01:00
userDupes.inc phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
userOptions.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
validateRegistrationFile.php
view.php Add check for page existence 2020-03-09 10:50:00 +01:00
wrapOldPasswords.php Add --update option to wrapOldPasswords.php 2019-10-14 08:16:49 +00:00

== MediaWiki Maintenance ==

The .sql scripts in this directory are not intended to be run standalone,
although this is appropriate in some cases, e.g. manual creation of blank tables
prior to an import.

Most of the PHP scripts need to be run from the command line. Prior to doing so,
ensure that the LocalSettings.php file in the directory above points to the
proper installation.

Certain scripts will require elevated access to the database. In order to
provide this, first create a MySQL user with "all" permissions on the wiki
database, and then set $wgDBadminuser and $wgDBadminpassword in your
LocalSettings.php

=== Brief explanation of files ===

A lot of the files in this directory are PHP scripts used to perform various
maintenance tasks on the wiki database, e.g. rebuilding link tables, updating
the search indices, etc. The files in the "archives" directory are used to
upgrade the database schema when updating the software. Some schema definitions
for alternative (as yet unsupported) database management systems are stored
here too.

The "storage" directory contains scripts and resources useful for working with
external storage clusters, and are not likely to be particularly useful to the
vast majority of installations. This directory does contain the compressOld
scripts, however, which can be useful for compacting old data.

=== Maintenance scripts ===

As noted above, these should be run from the command line. Not all scripts are
listed, as some are Wikimedia-specific, and some are not applicable to most
installations.

	changePassword.php
	Reset the password of a specified user

	cleanupSpam.php
	Mass-revert insertion of linkspam

	createAndPromote.php
	Create a user with administrator (and optionally, bureaucrat) permissions

	deleteOldRevisions.php
	Erase old revisions of pages from the database

	dumpBackup.php
	Backup dump script

	edit.php
	Edit a page to change its content

	findHooks.php
	Find hooks that aren't documented in docs/hooks.txt

	importDump.php
	XML dump importer

	importImages.php
	Import images into the wiki

	moveBatch.php
	Move a batch of pages

	namespaceDupes.php
	Check articles name to see if they conflict with new/existing namespaces

	nukePage.php
	Wipe a page and all revisions from the database

	reassignEdits.php
	Reassign edits from one user to another

	rebuildImages.php
	Update image metadata records

	rebuildmessages.php
	Update the MediaWiki namespace after changing site language

	rebuildtextindex.php
	Rebuild the fulltext search indices

	refreshLinks.php
	Rebuild the link tables

	removeUnusedAccounts.php
	Remove user accounts which have made no edits

	runJobs.php
	Immediately complete all jobs in the job queue

	undelete.php
	Undelete all revisions of a page

	update.php
	Check and upgrade the database schema to the current version

	updateRestrictions.php
	Update pages restriction to the new schema

	userOptions.php
	Change user options