Hello
I've just upgrade zabbix from 6.4 to 7.0, with Debian from 11 to 12 (and so on for the dependencies). As often, it was not smoothy :
I've just upgrade zabbix from 6.4 to 7.0, with Debian from 11 to 12 (and so on for the dependencies). As often, it was not smoothy :
- Once Debian upgraded, zabbix 6.4 didn't work anymore --> It needs a mysql upgrade also.
- Once fixed and Zabbix upgraded to 7.0, the database migration failed (with an unknown batch number) --> I used an old fix to solve it ("SET GLOBAL log_bin_trust_function_creators = 1")
- Once fixed, the Zabbix GUI has a language issue. it looked like that : https://www.zabbix.com/forum/zabbix-...964#post435964. I fixed it by activating the required language in Debian
- And finally, I noticed that Zabbix server didn't send any email notification. I made a test with the email media : it showed the not explicit error "URL using bad/illegal format or missing URL". Test by test, I figured out the issue was due to the "Helo" parameter. Before version 7, Zabbix was not restrictive with that parameter. But now it needs a FQDN name. I would be more explicit to have a verification and a message directly in the media settings and not during the use of the media !!!!

Comment