Jump to content

手册:populateFilearchiveSha1.php

From mediawiki.org
This page is a translated version of the page Manual:PopulateFilearchiveSha1.php and the translation is 30% complete.
MediaWiki版本:
1.21 – 1.43

详情

populateFilearchiveSha1.php文件是一个由fa_storage_key生成fa_sha1字段的维护脚本

The fa_sha1 field in the filearchive database table is used to store sha1 hash of file content, encoded in base 36. This field stores pure sha1 whereas fa_storage_key stores sha1 with extension of file.

This script runs by default when you run update.php .

Options/Arguments

This script does not take any options or arguments.

Usage

php maintenance/run.php populateFilearchiveSha1
Terminal
Whenever the script runs, it makes a note in the database and will not run again. If you want to run the script again, run the command with the --force option.
在MediaWiki 1.39.15 及更早版本中,您必须通过php maintenance/脚本名称.php调用维护脚本,而不是php maintenance/run.php 脚本名称

See also