Hi!
I try to upgrade Zabbix-Server from 3.2 to 4.4 on Ubuntu 18.04 Server with PostgreSQL 12 DB
I try to do this according to the guideline on the Zabbix documentation
https://www.zabbix.com/documentation.../debian_ubuntu
Now, when I run
# service zabbix-server start
# service zabbix-server status
"""
zabbix-server.service - LSB: Start zabbix-server daemon
Loaded: loaded (/etc/init.d/zabbix-server; generated)
Active: active (exited) since Sun 2020-02-16 10:53:07 UTC; 16min ago
Docs: man:systemd-sysv-generator(8)
Process: 973 ExecStart=/etc/init.d/zabbix-server start (code=exited, status=0/SUCCES
"""
There is no pid-file in /var/run/zabbix/
The server does not listen to ListenPort (# netstat -naptu | grep LISTEN)
The log-file /var/log/zabbix/zabbix_server.log is empty
Where can I see the logs?
Thank you!
I try to upgrade Zabbix-Server from 3.2 to 4.4 on Ubuntu 18.04 Server with PostgreSQL 12 DB
I try to do this according to the guideline on the Zabbix documentation
https://www.zabbix.com/documentation.../debian_ubuntu
Now, when I run
# service zabbix-server start
# service zabbix-server status
"""
zabbix-server.service - LSB: Start zabbix-server daemon
Loaded: loaded (/etc/init.d/zabbix-server; generated)
Active: active (exited) since Sun 2020-02-16 10:53:07 UTC; 16min ago
Docs: man:systemd-sysv-generator(8)
Process: 973 ExecStart=/etc/init.d/zabbix-server start (code=exited, status=0/SUCCES
"""
There is no pid-file in /var/run/zabbix/
The server does not listen to ListenPort (# netstat -naptu | grep LISTEN)
The log-file /var/log/zabbix/zabbix_server.log is empty
Where can I see the logs?
Thank you!
Comment