Page MenuHomePhabricator

Add a "--copy" flag to "bin/files migrate"
ClosedPublic

Authored by epriestley on Sep 6 2016, 2:37 PM.
Tags
None
Referenced Files
F15423239: D16497.id39702.diff
Sat, Mar 22, 2:10 PM
F15384037: D16497.diff
Fri, Mar 14, 6:36 PM
F15380094: D16497.id39702.diff
Fri, Mar 14, 1:25 AM
Unknown Object (File)
Feb 18 2025, 11:42 AM
Unknown Object (File)
Feb 12 2025, 6:52 AM
Unknown Object (File)
Feb 12 2025, 6:52 AM
Unknown Object (File)
Feb 9 2025, 2:19 AM
Unknown Object (File)
Feb 9 2025, 2:19 AM
Subscribers
None

Details

Summary

Ref T11596. When exporting data from the Phacility cluster, we bin/files migrate data from S3 into a database dump on the aux tier.

With current semantics, this moves the data and destroys it in S3.

Add a --copy flag to copy the data instead. This leaves the old copy around, which is what we want for exports.

Test Plan
  • Ran bin/files migrate to go from blob to disk with --copy. Verified a copy was left in the database.
  • Copied it back, verified a copy was left on disk (total: 2 database copies, 1 disk copy).
  • Moved it back without copy, verified database was destroyed and disk was created (total: 1 database copy, 2 disk copies).
  • Moved it back without copy, verified local disk was destroyed and blob was created (total: 2 datbabase copies, 1 disk copy).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add a "--copy" flag to "bin/files migrate".
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 6 2016, 8:01 PM
This revision was automatically updated to reflect the committed changes.