Hello,
I want to install Zabbix using RPM's, download the RPM packages from https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/ and then install them manually.
Checking the documentation first I should deploy the release package, for example for 6.2 the latest is 6.2.3
rpm -Uvh https://repo.zabbix.com/zabbix/6.2/z...el8.noarch.rpm
and later the zabbix server / frontend rpm (whatever I need).
My doubt here is, for example i want to install version 6.2.7 release but the latest release package is 6.2.3 (zabbix-release-6.2-3.el8.noarch.rpm). So is it possible to install release 6.2.3 and later 6.2.7 server and frontend packages?
That will work? I dont know why there is no 6.2.7 release package in repo folder.
Thanks
I want to install Zabbix using RPM's, download the RPM packages from https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/ and then install them manually.
Checking the documentation first I should deploy the release package, for example for 6.2 the latest is 6.2.3
rpm -Uvh https://repo.zabbix.com/zabbix/6.2/z...el8.noarch.rpm
and later the zabbix server / frontend rpm (whatever I need).
My doubt here is, for example i want to install version 6.2.7 release but the latest release package is 6.2.3 (zabbix-release-6.2-3.el8.noarch.rpm). So is it possible to install release 6.2.3 and later 6.2.7 server and frontend packages?
That will work? I dont know why there is no 6.2.7 release package in repo folder.
Thanks
Comment