mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
165 stars 147 forks source link

[focalboard] PostgreSQL Support #336

Open maxirus opened 2 years ago

maxirus commented 2 years ago

According to the docs, PostgreSQL is recommended for "production" workloads. It appears the current chart is utilizing SQLite.

Ideally, the chart should reference the PostgreSQL helm chart as a dependency and Focalboard configure to use it.