Hello.
I followed the documentation for making zabbix from version 4.2.8 to version 5.0.
The update was performed, however, two errors were recorded in the log file, as shown in the attached image. The first is related to the required version and the second is related to the query error.
Before performing the zabbix upgrade I checked the mysql and php version, both are at the required version (mysql=8.0.30, php=7.2.0).At that moment, it was possible to visualize the error referring to the first problem in the front-end (image: front_end_mandatory_version).
I tried to correct the error of the mandatory version through the command: update dbversion set mandatory=05000000,optional=05000000;
After executing the command (image:correct_mandatory_version) the log followed in the same way, with the same errors, but the front-end changed to the image: front_end_error.
The resolution shown in ZBX-20165 cannot be applied since the @@innodb_large_prefix variable does not exist, as shown in the image: mysql_dynamic_row_format
Therefore, the update was not completed successfully and I have not found a way in the documentation to resolve these issues.
I followed the documentation for making zabbix from version 4.2.8 to version 5.0.
The update was performed, however, two errors were recorded in the log file, as shown in the attached image. The first is related to the required version and the second is related to the query error.
Before performing the zabbix upgrade I checked the mysql and php version, both are at the required version (mysql=8.0.30, php=7.2.0).At that moment, it was possible to visualize the error referring to the first problem in the front-end (image: front_end_mandatory_version).
I tried to correct the error of the mandatory version through the command: update dbversion set mandatory=05000000,optional=05000000;
After executing the command (image:correct_mandatory_version) the log followed in the same way, with the same errors, but the front-end changed to the image: front_end_error.
The resolution shown in ZBX-20165 cannot be applied since the @@innodb_large_prefix variable does not exist, as shown in the image: mysql_dynamic_row_format
Therefore, the update was not completed successfully and I have not found a way in the documentation to resolve these issues.
Comment