Possible support for postgresql in helm charts?

Hi,

In the following helm-charts/server-job.yaml at v1.16.1 · temporalio/helm-charts · GitHub the setup schema(line 93) is only supported for Cassandra. Would it support other DBs like Postgres or MySql in future?

See if this pr helps. It has not been merged yet.

1 Like

Will check this Tihomir, thanks!

@Ruchir
just wanted to add, we recommend for production deployments to manage the db schemas yourself, and not rely on the helm-chart repo setup.
The current Cassandra setup in the helm-charts is a feature for running in-cluster Cassandra DB which is not suited for prod in most cases.

1 Like