- Package:
- zabbix-proxy-mysql
- Source:
- zabbix
- Description:
- network monitoring solution - proxy (using MySQL)
- Submitter:
- Christoph Haas
- Date:
- 2026-05-20 14:59:01 UTC
- Severity:
- wishlist
- Tags:
The zabbix-server-mysql and zabbix-server-pgsql package include information on how to upgrade a database from 1.6 to 1.8. This information needs to be given in the zabbix-proxy-* packages, too.
So far proxy package upgrades seemed to work well. The Zabbix developers do not seem to provide official instructions for proxy package upgrades. In case of problems it's easy to fix it by truncating the database and having the proxy software re-init the database automatically.
package 'mariadb-server', as Zabbix refuses to start, with this error: Use of supported database version is highly recommended. Override by setting AllowUnsupportedDBVersions=1 in Zabbix proxy configuration file at your own risk So, I've followed the indications, and I've added this, in the Zabbix Proxy configuration: AllowUnsupportedDBVersions=1 I would recommend to have that in the default Zabbix Proxy configuration, otherwise Zabbix never starts. P.S. I don't know why nobody still reported this, thought.
About my last comment (error "Use of supported database version") - should I open another bug? Thanks