For those of you who try to upgrade zabbix server installed on ubuntu 22.04.1 from jammy repo, you might end up with a log message like : [Z3005] query failed: [1419] You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) [create trigger hosts_name_upper_insert
before insert on hosts for each row set new.name_upper=upper(new.name)] . In my VMWare lab, I tried to set the variable with no luck. Finally gave DBA admin rights to the zabbix database account and the migration worked. Removed the DBA admin right afterwards.
For the dev team: after this error line, the server enter in an endless loop trying to upgrade the database.
Hope this can help
before insert on hosts for each row set new.name_upper=upper(new.name)] . In my VMWare lab, I tried to set the variable with no luck. Finally gave DBA admin rights to the zabbix database account and the migration worked. Removed the DBA admin right afterwards.
For the dev team: after this error line, the server enter in an endless loop trying to upgrade the database.
Hope this can help
Comment