Page MenuHomePhabricator

Provide a mechanism for importing local disk file backups into the Phacility cluster
Closed, ResolvedPublic

Description

See PHI1295. An instance has some files stored on local disk to import into a cluster instance.

We don't currently have a very good way of doing this. One approach is to provide a --local-disk-source <path> argument to bin/files migrate, and have that push the value over storage.local-disk.path in the environment.

We may also need a --from <engine> flag to select only files stored in a particular engine.