Building Zabbix 6 with Docker Compose
Zabbix6.2 Docker Containers
The Zabbix server I keep running all the time was on the old version 4, and partly because of template-related issues it seems the data cannot be migrated to 6.x, so I built Zabbix 6.x from scratch with Docker.
Maybe the data could be carried over by upgrading zabbix4 -> 5 –> 6 one step at a time, but in my case I do not monitor that many servers, so building 6.x in one go and configuring the monitoring again seemed more efficient.
[Read More]