When I run the zabbix Kubernetes scripts a database called Zabbix is created in the database pod ( the database is MariaDB and the Zabbix db is created from a mysql dump that is cloned from a git inside the used docker image ) but when I run the helm chart the zabbix database is not created despite the presence of the dumb.
You can find the sql dump zabbix-mariadb-dump inside the folder /zabbix-backup.
The database zabbix should be in the path /var/lib/mysql.
When I run the zabbix Kubernetes scripts a database called Zabbix is created in the database pod ( the database is MariaDB and the Zabbix db is created from a mysql dump that is cloned from a git inside the used docker image ) but when I run the helm chart the zabbix database is not created despite the presence of the dumb.
You can find the sql dump
zabbix-mariadb-dump
inside the folder/zabbix-backup
.The database zabbix should be in the path
/var/lib/mysql
.