Hello all, I need a little bit of your wisdom.
I've got a task to upgrade Zabbix from version 3 to version 6 and migrate it to the cloud. I've created a replica of the current production monitoring server, upgraded Ubuntu from 14 to 18, upgraded MySQL from 5 to 8, imported the old Zabbix database, and upgraded Zabbix from version 3 to 6. However, for some reason, the upgrade didn't update the database version, so now I need to do it manually.
I found out that I can't upgrade it directly from 3 to 6; I need to do it step by step—from 3 to 4, then to 5, and finally to 6. I tried cloning the Git repository (https://git.zabbix.com/scm/zbx/zabbix.git) to use the scripts from zabbix/database/mysql/upgrade, but I didn’t find the SQL scripts there. I also couldn't find any information about this in the documentation.
Could you please help me?
I've got a task to upgrade Zabbix from version 3 to version 6 and migrate it to the cloud. I've created a replica of the current production monitoring server, upgraded Ubuntu from 14 to 18, upgraded MySQL from 5 to 8, imported the old Zabbix database, and upgraded Zabbix from version 3 to 6. However, for some reason, the upgrade didn't update the database version, so now I need to do it manually.
I found out that I can't upgrade it directly from 3 to 6; I need to do it step by step—from 3 to 4, then to 5, and finally to 6. I tried cloning the Git repository (https://git.zabbix.com/scm/zbx/zabbix.git) to use the scripts from zabbix/database/mysql/upgrade, but I didn’t find the SQL scripts there. I also couldn't find any information about this in the documentation.
Could you please help me?
Comment