I upgrade from 6.0.27 to 6.0.32 with sudo apt full-upgrade and now the service does not start. Is there a command to see when this process ends?
Systemctl says that the server is up, but the gui say it isn't.

Already set in mysql.
If I try to restart/stop the zabbix server, it gets stuck and even I can't restart the virtual machine because the zabbix process never stops, show something like:
Code:
2463:20240715:152014.402 Starting Zabbix Server. Zabbix 6.0.32 (revision e0ebc610bbe). 2463:20240715:152014.415 ****** Enabled features ****** 2463:20240715:152014.415 SNMP monitoring: YES 2463:20240715:152014.415 IPMI monitoring: YES 2463:20240715:152014.415 Web monitoring: YES 2463:20240715:152014.415 VMware monitoring: YES 2463:20240715:152014.415 SMTP authentication: YES 2463:20240715:152014.415 ODBC: YES 2463:20240715:152014.415 SSH support: YES 2463:20240715:152014.415 IPv6 support: YES 2463:20240715:152014.415 TLS support: YES 2463:20240715:152014.416 ****************************** 2463:20240715:152014.416 using configuration file: /etc/zabbix/zabbix_server.conf 2463:20240715:152014.592 current database version (mandatory/optional): 06000000/06000044 2463:20240715:152014.592 required mandatory version: 06000000 2463:20240715:152014.592 optional patches were found 2463:20240715:152014.592 starting automatic database upgrade
Code:
● zabbix-server.service - Zabbix Server
Loaded: loaded (/lib/systemd/system/zabbix-server.service; disabled; vendor preset: enabled)
Active: active (running) since Mon 2024-07-15 16:13:00 CST; 6min ago
Process: 2677 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 2679 (zabbix_server)
Tasks: 1 (limit: 14211)
Memory: 10.8M
CPU: 95ms
CGroup: /system.slice/zabbix-server.service
└─2679 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Jul 15 16:12:59 pruebas-grafana systemd[1]: Starting Zabbix Server...
Jul 15 16:13:00 pruebas-grafana systemd[1]: Started Zabbix Server.
Already set in mysql.
Code:
set global log_bin_trust_function_creators = 1;
Code:
A stop job is running for zabbix server ( time / no limit)
Comment