Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\Maintenance Namespace Reference

Repo integration with MediaWiki's maintenance scripts More...

Classes

class  AddUnitConversions
 Generate dump-like RDF for newly added units without running full dump. More...
 
class  ChangePropertyDataType
 
class  ClearTermSqlIndexSearchFields
 
class  DispatchChanges
 Maintenance script that polls for Wikibase changes in the shared wb_changes table and dispatches the relevant changes to any client wikis' job queues. More...
 
class  DumpEntities
 Maintenance script for generating a dump of entities in the repository. More...
 
class  DumpJson
 
class  DumpRdf
 
class  ImportFederatedPropertiesSampleData
 Import data from a data file to a Federated Properties Wikibase instance For an example file format to import, see repo/tests/phpunit/data/maintenance/federatedPropertiesTestDataFile.tsv. More...
 
class  PopulateChangesSubscription
 Maintenance script for populating wb_changes_subscription based on the wb_items_per_site table. More...
 
class  PopulateTermFullEntityId
 Maintenance script for populating data in term_full_entity_id column in wb_terms table. More...
 
class  PopulateWithRandomEntitiesAndTerms
 Populates the database with generated entities. More...
 
class  PruneChanges
 Prune the Wikibase changes table to a maximum number of entries. More...
 
class  PruneItemsPerSite
 Maintenance script for pruning rows belonging to deleted or redirected items from the wb_items_per_site table. More...
 
class  RebuildItemsPerSite
 Maintenance script for rebuilding the wb_items_per_site table. More...
 
class  RebuildItemTerms
 
class  RebuildPropertyInfo
 Maintenance script for rebuilding the property info table. More...
 
class  RebuildPropertyTerms
 
class  RebuildTermSqlIndex
 
class  RebuildTermsSearchKey
 Maintenance script for rebuilding the search key of the TermSQLCache. More...
 
class  RemoveTermsInLanguage
 
class  SearchEntities
 The script is intended to run searches in the same way as wbsearchentities does. More...
 
class  UpdateUnits
 Update the conversion table for units. More...
 

Variables

 $basePath
 
 $maintClass = AddUnitConversions::class
 

Detailed Description

Repo integration with MediaWiki's maintenance scripts

Variable Documentation

◆ $basePath

Wikibase::Repo::Maintenance\$basePath
Initial value:
=
getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/../../../..'

◆ $maintClass

Wikibase::Repo::Maintenance\$maintClass = AddUnitConversions::class