Status: | effective |
Progress: | 100% |
Version: | 3.2.0+ |
Help:Maintenance script removeDuplicateEntities.php
MediaWiki file: Maintenance script removeDuplicateEntities.php | |
---|---|
Location: | /maintenance/ |
Source code: | script removeDuplicateEntities.php master • script removeDuplicateEntities.php 1.41.1 • script removeDuplicateEntities.php 1.40.3 • script removeDuplicateEntities.php 1.39.7 |
Classes: | script removeDuplicateEntities.php Find code • script removeDuplicateEntities.php Find documentation |
maintenance script removes all duplicate entities with no reference in any other table from the entity table. It was introduced in Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki.1
The "removeDuplicateEntities.php"Semantic MediaWiki 3.2.0Released on an unknown date unknown versions of MediaWiki brought an improved client output to this maintenance script.2
Usage
php removeDuplicateEntities.php [--s|--report-runtime|--with-maintenance-log]
Parameters
Maintenance scripts provide generic maintenance parameters, script dependent parameters and depending on the maintenance script script specific parameters which are described on this page if provided.
Script specific parameters
Options
Parameter | Description |
---|---|
--s <startid>
|
Start refreshing at given object ID. Useful for partial refreshing. |
--report-runtime
|
Will return memory usage and runtime of the respective script execution. Available since Semantic MediaWiki 3.1.0Released on an unknown date unknown versions of MediaWiki.3 |
--with-maintenance-log
|
Adds a log entry to "Special:Logs" on the wiki and reports the script's runtime. Available since Semantic MediaWiki 3.1.0Released on an unknown date unknown versions of MediaWiki.3
File:OOjs UI icon lightbulb-yellow.svg <translate> Note:</translate> If you are using this parameter make sure that MediaWiki's configuration parameter |
Examples
See also
- Help page on duplicate entities