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
F18978686: D16497.diff
Sun, Nov 16, 8:40 PM
F18853341: D16497.id.diff
Fri, Oct 31, 3:55 PM
F18848057: D16497.diff
Thu, Oct 30, 3:13 AM
F18814552: D16497.diff
Mon, Oct 20, 11:29 PM
F18812444: D16497.diff
Mon, Oct 20, 9:23 AM
F18807815: D16497.id39714.diff
Sun, Oct 19, 3:29 AM
F18807814: D16497.id39702.diff
Sun, Oct 19, 3:29 AM
F18807813: D16497.id.diff
Sun, Oct 19, 3:29 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.