You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our company is migrating most of its workloads to kubernetes, including zabbix.
In terms of offering a robust HA monitoring service, external database support is business critical. It allows us to connect self-managed AWS RDS databases that offer HA
External databases are fully supported. We just only focus on Postgresql, as none of the maintainers of this Helm Chart have the need to support other DBMS. Especially for HA support, pre-initialization of DB schema, handling major release upgrades etc. there is quite a bit of work to do to support MySQL, and it would be continuous work to do and to verify with every new version of Zabbix. That's why we don't support MySQL / MariaDB with this Helm Chart right now. We are nevertheless open to look as (good, complete) PRs.
Allow Zabbix to connect to external databases (MySQL, PostgreSQL, MariaDB) via "values.yaml" and disable PostgreSQL DB creation.
The text was updated successfully, but these errors were encountered: