Hi,
Migration from a zabbix 6.0.21 to 7.0. I followed the "procedure" on the documentation for ubuntu (ubuntu 22.04.4). But it seemd to have issue with the DB upgrade.
I changed the setting "SET GLOBAL log_bin_trust_function_creators = 1;" fut the upgrade fail.
From the log, the migration error is:
7980:20240627:131644.023 completed 27% of database upgrade
7980:20240627:131644.121 [Z3005] query failed: [1060] Duplicate column name 'name_upper' [alter table `hosts` add `name_upper` varchar(128) default '' not null]
7980:20240627:131644.121 database upgrade failed on patch 06030064, exiting in 10 seconds
7980:20240627:131654.121 Zabbix Server stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
And for sure, from the webinterface, I have the following error:
Furtinately, the server is a VM and I have s snapshot, able to revert, but I do not seemd to complete the migration.
Any idea ?
Many thanks
Migration from a zabbix 6.0.21 to 7.0. I followed the "procedure" on the documentation for ubuntu (ubuntu 22.04.4). But it seemd to have issue with the DB upgrade.
I changed the setting "SET GLOBAL log_bin_trust_function_creators = 1;" fut the upgrade fail.
From the log, the migration error is:
7980:20240627:131644.023 completed 27% of database upgrade
7980:20240627:131644.121 [Z3005] query failed: [1060] Duplicate column name 'name_upper' [alter table `hosts` add `name_upper` varchar(128) default '' not null]
7980:20240627:131644.121 database upgrade failed on patch 06030064, exiting in 10 seconds
7980:20240627:131654.121 Zabbix Server stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
And for sure, from the webinterface, I have the following error:
- The Zabbix database version does not match current requirements. Your database version: 6030063. Required version: 7000000. Please contact your system administrator.
Furtinately, the server is a VM and I have s snapshot, able to revert, but I do not seemd to complete the migration.
Any idea ?
Many thanks
Comment