I was able to upgrade to the latest build of Zabbix 6.4.14 using the compose file.
It updates the three containers that actually do something:
IMAGE & NAMES
zabbix/zabbix-web-nginx-mysql:ubuntu-6.4-latest
zabbix-docker-zabbix-web-nginx-mysql-1
zabbix/zabbix-server-mysql:ubuntu-6.4-latest
zabbix-docker-zabbix-server-1
mysql:8.0-oracle
zabbix-docker-mysql-server-1
There's this fourth container I can't much information on, but if I didn't use docker rm to remove it, it would keep rebuilding the above three with older images every time it randomly ran.
IMAGE & NAME
busybox
zabbix-docker-db_data_mysql-1
I was able to find one mention of it online:
The one person on that forum says this container does absolutely nothing. I tried to see if it was generating logs and it was not. All this thing does is randomly start, mount a folder, and do absolutely nothing with it.
Was it safe to remove? It doesn't appear to actually do anything. Zabbix is still running fine without it.
Was this a leftover container/image from a previous version that was never cleaned up? I image it was fine to remove since the product is still working well.
It updates the three containers that actually do something:
IMAGE & NAMES
zabbix/zabbix-web-nginx-mysql:ubuntu-6.4-latest
zabbix-docker-zabbix-web-nginx-mysql-1
zabbix/zabbix-server-mysql:ubuntu-6.4-latest
zabbix-docker-zabbix-server-1
mysql:8.0-oracle
zabbix-docker-mysql-server-1
There's this fourth container I can't much information on, but if I didn't use docker rm to remove it, it would keep rebuilding the above three with older images every time it randomly ran.
IMAGE & NAME
busybox
zabbix-docker-db_data_mysql-1
I was able to find one mention of it online:
The one person on that forum says this container does absolutely nothing. I tried to see if it was generating logs and it was not. All this thing does is randomly start, mount a folder, and do absolutely nothing with it.
Was it safe to remove? It doesn't appear to actually do anything. Zabbix is still running fine without it.
Was this a leftover container/image from a previous version that was never cleaned up? I image it was fine to remove since the product is still working well.
Comment