Ticket #16 (new task)

Opened 10 months ago

Last modified 6 months ago

Write utility script for migrating from one filestore/metastore to another

Reported by: mgranger Assigned to: mgranger
Priority: minor Milestone: ThingFish 0.4 - The "Fish Is Murder" Release
Component: ThingFish Keywords: thingfish filestore metastore migration utility
Cc: Depends on:

Description

When someone switches ThingFish::FileStore or ThingFish::MetaStore backends, they will want to migrate any data from the old one to the new. This would be a little utility script to copy data from one backend to another.

Change History

04/24/08 07:25:40 changed by mgranger

(In [519]) * Adding a one-off little wrapper script to demo metastore migration. This

refs #16, but doesn't close it, as it's not really a general tool for migrations, nor does it facilitate migrating filestores. Once we figure out how to specify the source and target metastores on the command line, perhaps we'll move it to bin/ and close the ticket.