Hi all,
So I recently migrated my Zabbix server on a LXC container (a Gentoo one). The container is only for the Zabbix, so I installed it in web root (nginx). The installed version was 5.2.4:
Everything is working and is fine, but a time for upgrade has come. I am used to upgrade my web apps with the tool in Gentoo for that - webapp-config. However it is working for virtual hosts and I do not have that now - it is a "dedicated" LXC just for the Zabbix server...
So what I did is, I copied again the source files from "/usr/share/webapps/zabbix/5.2.5", excluding the "conf" folder. Now my web is showing the correct version - 5.2.5. Everything seems to work...
My question is - is that all to be done when upgrading minor versions? Is what I did OK?
Thank you all in advance.
So I recently migrated my Zabbix server on a LXC container (a Gentoo one). The container is only for the Zabbix, so I installed it in web root (nginx). The installed version was 5.2.4:
Code:
cp -r /usr/share/webapps/zabbix/5.2.4/htdocs/* /var/www/localhost/htdocs/
So what I did is, I copied again the source files from "/usr/share/webapps/zabbix/5.2.5", excluding the "conf" folder. Now my web is showing the correct version - 5.2.5. Everything seems to work...
My question is - is that all to be done when upgrading minor versions? Is what I did OK?
Thank you all in advance.
Comment