I’m wondering if it is possible to migrate segments to a different environment’s druid cluster by simply snapshotting the postgres database?
This can be easily done I am more worried about how agnostic the metadata is in regard to what coordinator it came from? Are there any foreseeable issues?
Okay for any of those who find themselves in a similar situation the easiest way to migrate the segment data is not the tool, but to just dump the segments table and restore to the new cluster’s database:
After this I restart the coordinator, and wait 3-5 minutes you should see it loading on your coordinator and into your historicals. Be sure your disk space is enough to hold your dataset form the initial cluster.