What is the recommended way to migrate a pinot clu...
# general
z
What is the recommended way to migrate a pinot cluster to a different s3 bucket?
m
Is this for an offline or realtime table? Also, do you have to do this without downtime?
z
All of our tables are hybrid with RealtimeToOffline task configured. For now we can live with downtime but I'd be interested in both scenarios for later.
m
There are multiple options: but easiest/safest would be to create a new table, bootstrap and migrate (no downtime either).
More involved options might look like copying the data to new location, repushing for offline, along with config change and restart (for offline). More advanced might require changing download url in ZK metadata
But this is a good feature ask for Pinot to automatically handle this
And we can/should take this up as a enhancement request
👍 1