Looking to install a new zabbix 3.2 instance. Installed the 3.0 repo
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/3.0/rhel/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
but when I try to install zabbix-server-mysql it appears to want to install 2.4.8:
yum install zabbix-server-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: repo1.ash.innoscale.net
* epel: mirror.us.leaseweb.net
* extras: repo1.ash.innoscale.net
* updates: repo1.ash.innoscale.net
Resolving Dependencies
--> Running transaction check
---> Package zabbix-server-mysql.x86_64 0:2.4.8-1.el7 will be installed
--> Processing Dependency: zabbix-server = 2.4.8-1.el7 for package: zabbix-server-mysql-2.4.8-1.el7.x86_64
--> Running transaction check
---> Package zabbix-server.x86_64 0:2.4.8-1.el7 will be installed
--> Processing Dependency: zabbix for package: zabbix-server-2.4.8-1.el7.x86_64
--> Running transaction check
---> Package zabbix.x86_64 0:2.4.8-1.el7 will be installed
--> Finished Dependency Resolution
Any ideas why it is not choosing version 3.2?
This server was running 2.4.8 previously, but I uninstalled all 2.4.8 packages and repo. Perhaps there is something still out there causing yum to choose 2.4.8?
Thanks,
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/3.0/rhel/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
but when I try to install zabbix-server-mysql it appears to want to install 2.4.8:
yum install zabbix-server-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: repo1.ash.innoscale.net
* epel: mirror.us.leaseweb.net
* extras: repo1.ash.innoscale.net
* updates: repo1.ash.innoscale.net
Resolving Dependencies
--> Running transaction check
---> Package zabbix-server-mysql.x86_64 0:2.4.8-1.el7 will be installed
--> Processing Dependency: zabbix-server = 2.4.8-1.el7 for package: zabbix-server-mysql-2.4.8-1.el7.x86_64
--> Running transaction check
---> Package zabbix-server.x86_64 0:2.4.8-1.el7 will be installed
--> Processing Dependency: zabbix for package: zabbix-server-2.4.8-1.el7.x86_64
--> Running transaction check
---> Package zabbix.x86_64 0:2.4.8-1.el7 will be installed
--> Finished Dependency Resolution
Any ideas why it is not choosing version 3.2?
This server was running 2.4.8 previously, but I uninstalled all 2.4.8 packages and repo. Perhaps there is something still out there causing yum to choose 2.4.8?
Thanks,
Comment