Manual:migrateFileRepoLayout.php

From Linux Web Expert

Revision as of 06:07, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Rincian

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

Pilihan

Pilihan Deskripsi Diperlukan
--oldlayout Old layout; one of 'name' or 'sha1' <translate> Required</translate>
--newlayout New layout; one of 'name' or 'sha1' <translate> Required</translate>
--since Copy only files from after this timestamp <translate> Optional</translate>

This script runs in batches of 50.

Penggunaan

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

Galat yang umum

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.

Lihat pula