Every time I update the Zabbix server, I get the same error: 'The main server is offline.' How can I solve this issue? As a result, I am forced to roll back the VM to its previous state.
Ad Widget
Collapse
updating to new version of Zabbix
Collapse
X
-
Tags: None
-
-
Thank you very much. It seems that when you become accustomed to automating workflows with one-click management of multiple servers over a long period, you tend to overlook the basics. The system is now working perfectly.
Comment
-
Hi,
Try setting the following
Perform the upgrade again and set the log_bin_trust_function_creators back to 0 when you are done.Code:mysql-uroot -p mysql> set global log_bin_trust_function_creators = 1; mysql> quit; sudo systemctl stop zabbix-server sudo systemctl start zabbix-server
See if that helps.
RegardsComment
Comment