There is Ubuntu 22.04 LTS with Postgresql and Apache2.
I want to install Zabbix 7.0 Server: Frontend and agent from a scratch.
I saw by
that initially Ubuntu 22.04 contents Zabbix 5.0.17+dfsg-1ubuntu0.1~esm1
To make a fresh installation of new 7.0 version I did:
All was fine.
Zabbix-releae package was installed - keys were added as well as repositories to list files.
But there is still Zabbix 5.0.17+dfsg-1ubuntu0.1~esm1 at my Ubuntu packages list by apt search zabbix-server
Nevertheless some new 7.0.2 packages was added, for example zabbix-sql-scripts, zabbix-apache-conf are 7.0.2.
When I tried
Zabbix 5.0 was installed.
What is wrong ?
I want to install Zabbix 7.0 Server: Frontend and agent from a scratch.
I saw by
Code:
apt search zabbix-server
To make a fresh installation of new 7.0 version I did:
Code:
wget https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_7.0-2+ubuntu22.04_all.deb dpkg -i zabbix-release_7.0-2+ubuntu22.04_all.deb apt update
Zabbix-releae package was installed - keys were added as well as repositories to list files.
But there is still Zabbix 5.0.17+dfsg-1ubuntu0.1~esm1 at my Ubuntu packages list by apt search zabbix-server
Nevertheless some new 7.0.2 packages was added, for example zabbix-sql-scripts, zabbix-apache-conf are 7.0.2.
When I tried
Code:
apt install zabbix-server-pgsql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent
What is wrong ?
Comment