Manual:MigrateFileRepoLayout.php

From mediawiki.org

Details

migrateFileRepoLayout.php is a maintenance script that copies all files in FileRepo to a new layout using SHA1 paths.

Options

Option Description Required
--oldlayout Old layout; one of 'name' or 'sha1' Required
--newlayout New layout; one of 'name' or 'sha1' Required
--since Copy only files from after this timestamp Optional

This script runs in batches of 50.

Usage

 php maintenance/migrateFileRepoLayout.php --oldlayout name|sha1 --newlayout  name|sha1 [ --since ]
Terminal

Common error

Invalid old layout.

The value for parameter --oldlayout must be either name or sha1.

Invalid new layout.

The value for parameter --newlayout must be either name or sha1.

See also