Hi Everyone,
My organization is currently using zabbix server 2.2.5 running on Ubuntu 12.04 and originally installed using source code. We are using mysql database for zabbix 2.2 and its running on a separate server.
I am planning to upgrade it to version 3.4.9. Our existing mysql db version is supported with zabbix 3.4.
Here is my plan:
1) I will install zabbix 3.4 from package on a fresh ubuntu 16.04 machine.i.e.
#apt install zabbix-server-mysql zabbix-frontend-php zabbix-agent
2) Will edit "zabbix_server.conf" file to configure zabbix 3.4 to connect to our existing mysql DB (i.e.one being used by zabbix 2.2 now).
3) Will Start Zabbix Server
#systemctl restart zabbix-server zabbix-agent
Now zabbix 3.4 will upgrade my existing zabbix db to make it compatible with it.
4) will set the right timezone in "/etc/zabbix/apache.conf".
#systemctl restart apache2
5) Will Configure Zabbix frontend by conncting to http://<Ubuntu16_server_ip>/zabbix.
------------------------------
*Does it seem to be a correct plan?
*In above plan i am doing fresh install of GUI and not upgrading existing GUI of 2.2. In such case, Will there be any configuration settings from GUI of 2.2 which will be not available in GUI of 3.4?
My organization is currently using zabbix server 2.2.5 running on Ubuntu 12.04 and originally installed using source code. We are using mysql database for zabbix 2.2 and its running on a separate server.
I am planning to upgrade it to version 3.4.9. Our existing mysql db version is supported with zabbix 3.4.
Here is my plan:
1) I will install zabbix 3.4 from package on a fresh ubuntu 16.04 machine.i.e.
#apt install zabbix-server-mysql zabbix-frontend-php zabbix-agent
2) Will edit "zabbix_server.conf" file to configure zabbix 3.4 to connect to our existing mysql DB (i.e.one being used by zabbix 2.2 now).
3) Will Start Zabbix Server
#systemctl restart zabbix-server zabbix-agent
Now zabbix 3.4 will upgrade my existing zabbix db to make it compatible with it.
4) will set the right timezone in "/etc/zabbix/apache.conf".
#systemctl restart apache2
5) Will Configure Zabbix frontend by conncting to http://<Ubuntu16_server_ip>/zabbix.
------------------------------
*Does it seem to be a correct plan?
*In above plan i am doing fresh install of GUI and not upgrading existing GUI of 2.2. In such case, Will there be any configuration settings from GUI of 2.2 which will be not available in GUI of 3.4?
Comment