temporalio / helm-charts

Temporal Helm charts
MIT License
312 stars 339 forks source link

[Feature Request] Add Kubernetes job to migrate postgresql schema #349

Closed dkravetz closed 1 year ago

dkravetz commented 1 year ago

Currently, the helm chart only supports migrating schemas on Cassandra; I would like to add support for the same feature when bringing my own PostgreSQL

Describe the solution you'd like

Add support for PostgreSQL for the following values in values.yaml

schema:
  setup:
    enabled: true
  update:
    enabled: true