Manual:MigrateActors.php/ja

MediaWiki バージョン:
1.31
Category:MediaWiki code/ja#MigrateActors.php

詳細

migrateActors.php is a maintenance script that migrates actors from pre-1.31 columns to the actor table.

$wgActorTableSchemaMigrationStage needs to be set to MIGRATION_WRITE_NEW or MIGRATION_NEW for the script to do the migration.

The actors are finally stored in the column actor_name in the actor table.

To improve performance during the run-time of this script, for the table revision, a temporary table named revision_actor_temp is being used during the migration.

This table will be merged with the table revision again in the future.

In order for this script to work properly, you first should run cleanupUsersWithNoId.php.

オプション/引数

オプション 説明 必須かどうか
--tablesList of tables to process, comma-separated省略可能

使用法

php maintenance/run.php migrateActors [ --tables ]
Terminal
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

Release changes

Changes since MediaWiki 1.32.0-rc.2

  • (T188327) Fix slow queries in migrateActors.php.

関連項目

Category:Maintenance scripts/ja Category:User maintenance scripts/ja
Category:Maintenance scripts/ja Category:MediaWiki code/ja Category:User maintenance scripts/ja