mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
164 stars 148 forks source link

Deprecate mysql: switch to postgres as a default internal database on Helm #460

Open Dentrax opened 3 months ago

Dentrax commented 3 months ago

Reasons to drop mysqlha in Mattermost:

  1. Some docs mentions about deprecation.

MySQL databases are now deprecated in Mattermost. ^1

  1. Chart still uses mysqlha but that repo deprecated at 2020.

  2. mysqlha doesn't provide aarch64

  3. mysqlha spins up MySQL v5.5 which is EOL about ~5 years ago.


Internal database managed by the Helm chart should spin up postgres.