Implement option to specify an existing persistent volume in the PVC template
suyash-811 opened this issue · 2 comments
What is missing?
I would like to use the helm-chart to migrate from an old cluster to a newer one. I also wish to migrate the timescaledb to the new cluster. The helm chart for timescaledb has a statefulset with a persistentVolumeClaim. An option within this PVC to specify the actual persistentVolume would be a handy feature, which can help migrating the database.
Why do we need it?
As mentioned above, it would prove to be helpful in migrating databases within the same cloud provider, provided we already know the persistent volume name.
Anything else we need to know?:
I would be willing to work on this myself and present a possible solution in a PR
I already created a pull requests with this feature #585
Ah i see. I did not see your issue beforehand. Apologies. Checked out your proposed solution and found it to be a good one as well. Hope this gets merged soon though