Homec4science

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

Authored by epriestley <git@epriestley.com> on Sep 6 2016, 16:29.

Description

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

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).

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11596

Differential Revision: https://secure.phabricator.com/D16497

Details

Committed
epriestley <git@epriestley.com>Sep 6 2016, 22:53
Pushed
aubortJan 31 2017, 17:16
Parents
rPHb1932f1f5660: Split setup checks into "preflight" and "normal" checks
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHaf5769a6be28: Add a "--copy" flag to "bin/files migrate" (authored by epriestley <git@epriestley.com>).Sep 6 2016, 22:53