I'm running the zabbix appliance (version 3.0.2 but technically I think it was 3.0.1 updated to 3.0.2) and everything is fine. After updating to 3.0.3 using the command in the docs (sudo apt-get --only-upgrade install zabbix*), the zabbix server process doesn't start if I reboot the appliance. In version 3.0.2, rebooting the appliance was fine.
I see this in the logs after rebooting after 3.0.3 udpate:
In version 3.0.2 (I took a snapshot before updating and rolled back), it looks like this:
I was looking around the support area to see if I could find a known issue and found ZBX-10753. Is this the same issue I'm seeing and is there nothing I can do until it's fixed (short of starting the process myself)?
I see this in the logs after rebooting after 3.0.3 udpate:
Code:
using configuration file: /etc/zabbix/zabbix_server.conf [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Cannot connect to the database. Exiting...
Code:
using configuration file: /etc/zabbix/zabbix_server.conf [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) database is down: reconnecting in 10 seconds database connection re-established

Comment