HI guys
Im stuck in a loop ... Hoping someone can shed some light?
Trying to do an upgrade of an old Zabbix that we have. Annoyingly when i start the server service, the server logs show : Unknown column 'ha_failover_delay'
2708:20251201:140308.778 current database version (mandatory/optional): 05050077/05050077
2708:20251201:140308.779 required mandatory version: 07040000
2708:20251201:140308.780 mandatory patches were found
2708:20251201:140308.784 [Z3005] query failed: [1054] Unknown column 'ha_failover_delay' in 'SELECT' [select unix_timestamp(),ha_failover_delay from config]
2708:20251201:140308.784 cannot retrieve database time
2708:20251201:140308.785 Zabbix Server stopped. Zabbix 7.4.5 (revision c525822dce0).
So i try to add it ... and then i get ...
2735:20251201:142645.792 starting automatic database upgrade
2735:20251201:142645.803 [Z3005] query failed: [1060] Duplicate column name 'ha_failover_delay' [alter table `config` add `ha_failover_delay` varchar(32) default '1m' not null]
2735:20251201:142645.805 database upgrade failed on patch 05050078, exiting in 10 seconds
2735:20251201:142655.806 Zabbix Server stopped. Zabbix 7.4.5 (revision c525822dce0).
Seem to be going round in circles and im not sure how to get out this?
Any help would be much appreciated - Thank you
Im stuck in a loop ... Hoping someone can shed some light?
Trying to do an upgrade of an old Zabbix that we have. Annoyingly when i start the server service, the server logs show : Unknown column 'ha_failover_delay'
2708:20251201:140308.778 current database version (mandatory/optional): 05050077/05050077
2708:20251201:140308.779 required mandatory version: 07040000
2708:20251201:140308.780 mandatory patches were found
2708:20251201:140308.784 [Z3005] query failed: [1054] Unknown column 'ha_failover_delay' in 'SELECT' [select unix_timestamp(),ha_failover_delay from config]
2708:20251201:140308.784 cannot retrieve database time
2708:20251201:140308.785 Zabbix Server stopped. Zabbix 7.4.5 (revision c525822dce0).
So i try to add it ... and then i get ...
2735:20251201:142645.792 starting automatic database upgrade
2735:20251201:142645.803 [Z3005] query failed: [1060] Duplicate column name 'ha_failover_delay' [alter table `config` add `ha_failover_delay` varchar(32) default '1m' not null]
2735:20251201:142645.805 database upgrade failed on patch 05050078, exiting in 10 seconds
2735:20251201:142655.806 Zabbix Server stopped. Zabbix 7.4.5 (revision c525822dce0).
Seem to be going round in circles and im not sure how to get out this?
Any help would be much appreciated - Thank you
Comment