diff --git a/net-mgmt/zabbix-proxy/pkg-descr b/net-mgmt/zabbix-proxy/pkg-descr index fdffbe0b9..3c969a50e 100644 --- a/net-mgmt/zabbix-proxy/pkg-descr +++ b/net-mgmt/zabbix-proxy/pkg-descr @@ -12,6 +12,10 @@ WWW: https://www.zabbix.com/ Plugin Changelog ---------------- +1.6 + +* Fix upgrade path by using a new db file for each version (#1943) + 1.5 * Add log file to web GUI (contributed by Starkstromkonsument) diff --git a/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in b/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in index d3b5ec258..f4b2adf11 100644 --- a/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in +++ b/net-mgmt/zabbix-proxy/src/opnsense/service/templates/OPNsense/Zabbixproxy/zabbix_proxy.conf.in @@ -22,7 +22,7 @@ SourceIP={{ OPNsense.zabbixproxy.general.sourceip }} {% endif %} LogFile=/var/log/zabbix/zabbix_proxy.log PidFile=/var/run/zabbix/zabbix_proxy.pid -DBName=/var/db/zabbix/zabbix_proxy.db +DBName=/var/db/zabbix/%%PLUGIN_VARIANT%%_proxy.db {% if helpers.exists('OPNsense.zabbixproxy.general.proxyofflinebuffer') and OPNsense.zabbixproxy.general.proxyofflinebuffer != '' %} ProxyOfflineBuffer={{ OPNsense.zabbixproxy.general.proxyofflinebuffer }} {% endif %}