hello all!
I have a distributed Zabbix setup with two machines:
After upgrading Zabbix Server and Zabbix Agent, I ran /database/mysql/option-patches/history_upgrade_prepare.sql to update the database structure. I also updated the web files, and everything appears to be working fine.
However, I noticed that the built-in templates are still on version 7.0.0, and I couldn't find any SQL scripts to update them. Since template data is stored in the database, I am unsure of the correct way to update all templates to match the latest version.
What is the recommended method for updating the built-in templates after upgrading Zabbix?
I have a distributed Zabbix setup with two machines:
- One machine runs Zabbix Server and Zabbix Agent, installed via the official repository.
- Another machine is an HTTP server, hosting the Zabbix web interface.
After upgrading Zabbix Server and Zabbix Agent, I ran /database/mysql/option-patches/history_upgrade_prepare.sql to update the database structure. I also updated the web files, and everything appears to be working fine.
However, I noticed that the built-in templates are still on version 7.0.0, and I couldn't find any SQL scripts to update them. Since template data is stored in the database, I am unsure of the correct way to update all templates to match the latest version.
What is the recommended method for updating the built-in templates after upgrading Zabbix?
Comment