wiki.techinc.nl/maintenance
Amir Sarabadani aecc67b83d Migrate templatelinks table to abstract schema
In order to migrate MySQL and Sqlite to abstract schema changed the
tl_title data type from varchar binary to varbinary. This wouldn't
affect production.

For migrating Postgres:
 - Dropping foreign key on tl_from
 - Changing data type of tl_namespace from SMALLINT to INT and setting
   its default
 - Setting default of empty string for tl_title
 - Completely rewriting indexes to make it synced with MySQL

Bug: T164898
Bug: T230428
Change-Id: Idbb65d870f58f7146b9c8bd860e6530bef1e0f12
2020-08-22 15:23:03 +02:00
..
archives Migrate templatelinks table to abstract schema 2020-08-22 15:23:03 +02:00
benchmarks Remove all methods of MWTidy except for MWTidy::tidy() 2020-08-17 18:15:37 +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 maintenance: Remove executable bit from scripts without shebang 2020-07-31 18:29:19 -07:00
postgres Migrate templatelinks table to abstract schema 2020-08-22 15:23:03 +02:00
sqlite Migrate templatelinks table to abstract schema 2020-08-22 15:23:03 +02:00
storage includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +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 Write category parent hierarchy when handling categorization 2020-07-31 12:14:13 +02: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
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 Remove usages of global function wfDiff() 2020-07-22 08:00:08 +01:00
compareParsers.php Remove usages of global function wfDiff() 2020-07-22 08:00:08 +01: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
createBotPassword.php Add a maintenance script to create bot passwords. 2020-08-21 07:25:33 +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 Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01: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 Remove extra indenting from dumpCategoriesAsRdf.php 2020-08-14 14:18:42 +01:00
dumpIterator.php Fix bad use of |= PHP bit operation where = … || bool is intended 2020-08-12 02:33:01 +00: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 Use multi-catch block in fetchText.php 2020-07-31 23:46:46 +02:00
fileOpPerfTest.php maintenance: Remove unneeded truthy check on dir handling 2020-06-25 10:45:43 +00:00
findBadBlobs.php includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +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 Add extra blank line between tables in generated schemas 2020-08-20 12:04:57 +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
moveBatch.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
mwdoc-filter.php
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 reassignEdits: Update script to use User::newFromName for anon users 2020-08-03 10:49:18 -04: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
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 maintenance: Remove executable bit from scripts without shebang 2020-07-31 18:29:19 -07: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 Fix runBatchedQuery.php for no result from select 2020-07-28 15:50:50 +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 templatelinks table to abstract schema 2020-08-22 15:23:03 +02:00
tables.json Migrate templatelinks table to abstract schema 2020-08-22 15:23:03 +02:00
tables.sql Migrate templatelinks table to abstract schema 2020-08-22 15:23:03 +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