Hello,
I got a situation with Zabbix upgrade and I need your expertise on this.
Currently, I'm running Zabbix 2.4 with MySQL (Percona server 5.7.27-30.1.el7).
Zabbix DB size is around 1TB. Any failure costs at least 2h of copying the backup to the DB server.
I'm struggling with Zabbix upgrade. I have tried to upgrade to Zabbix 3.0 directly but got issues with DB upgrade.
Once DB is upgraded my history data missing. Only data of the last partition is available.
As I understand upgrade script modifies only one of many partitions.
Partitioned table list:
- history
- history_log
- history_str
- history_text
- history_uint
- trends
- trends_uint
Have someone ran into this? How I could perform a complete upgrade?
Is it possible to upgrade Zabbix with partitioned tables?
I got a situation with Zabbix upgrade and I need your expertise on this.
Currently, I'm running Zabbix 2.4 with MySQL (Percona server 5.7.27-30.1.el7).
Zabbix DB size is around 1TB. Any failure costs at least 2h of copying the backup to the DB server.
I'm struggling with Zabbix upgrade. I have tried to upgrade to Zabbix 3.0 directly but got issues with DB upgrade.
Once DB is upgraded my history data missing. Only data of the last partition is available.
As I understand upgrade script modifies only one of many partitions.
Partitioned table list:
- history
- history_log
- history_str
- history_text
- history_uint
- trends
- trends_uint
Have someone ran into this? How I could perform a complete upgrade?
Is it possible to upgrade Zabbix with partitioned tables?
Comment