Hi, I am from Cisco. we have recently decided to ...
# general
a
Hi, I am from Cisco. we have recently decided to evaluate Apache Pinot for our cloud based analytic project. However while evaluation, I got stuck for one of our non functional requirements which is backup-restore. Can you please suggest how we can take periodic backup of Pinot to S3 for disaster recovery purpose?
x
You can configure pinot controller to use s3 as data directory deep store. So if Pinot cluster is gone, you can still recreate the cluster, and re-push all the segments from s3. Ref: https://docs.pinot.apache.org/users/tutorials/use-s3-as-deep-store-for-pinot
a
Thank you so much. will take a look at it