[ZBX-19494] Zabbix 5.3 to 5.4 MariaDB version detector Created: 2021 May 31 Updated: 2021 Jun 30 Resolved: 2021 Jun 30 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Server (S) |
Affects Version/s: | 5.4.0 |
Fix Version/s: | 5.4.2 |
Type: | Incident report | Priority: | Trivial |
Reporter: | Romain SICAUD | Assignee: | Sergey Simonenko (Inactive) |
Resolution: | Fixed | Votes: | 2 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Ubuntu 18.04.5 LTS bionic |
Attachments: |
![]() ![]() ![]() ![]() ![]() ![]() |
Description |
Hi ! After upgrading from Zabbix 5.2 to 5.4 succefully (I checked the prerequisites before, and no problems during update), a warning persist at every reboot of zabbix-server service : 2418:20210531:122520.290 Zabbix Server stopped. Zabbix 5.4.0 (revision 5059e20a75). ....
With loglevel 4 : 49800:20210531:132137.708 In zbx_dbms_version_extract()
It looks like ZBX-19400 but i've not ProxySQL and my banner is clean : Welcome to the MariaDB monitor. Commands end with ; or \g. Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
And MariaDB version :
----------------------------------------
----------------------------------------
I repeat that all services are working properly and this problem is not blocking. Regards
|
Comments |
Comment by Sergey Simonenko (Inactive) [ 2021 Jun 02 ] |
Hello! Are you using our official packages? Kind regards, |
Comment by Sergey Simonenko (Inactive) [ 2021 Jun 02 ] |
Do you maybe have MySQL installed alongside MariaDB in your system? Please show apt list --installed | grep mysql. |
Comment by Romain SICAUD [ 2021 Jun 02 ] |
Hello,
Yes, I use the official repository : deb http://repo.zabbix.com/zabbix/5.4/ubuntu bionic main
I have checked and mysql does not seem to be installed in addition to mariadb, the command return this : libdbd-mysql-perl/bionic,now 4.046-1 amd64 [installed,automatic]
Regards |
Comment by Romain SICAUD [ 2021 Jun 07 ] |
Hi, I've update to 5.4.1 and the problem still seems to be there. The system information dashboard also detects a version in 5.05.05 : but the default template for mysql on Zabbix Server confirm version 10.5.10 :
Regards
|
Comment by Dmitriy [ 2021 Jun 08 ] |
same thing |
Comment by Romain SICAUD [ 2021 Jun 08 ] |
If I request the version with php, I have this :
|
Comment by Romain SICAUD [ 2021 Jun 30 ] |
Problem fixed with version 5.4.2. Thank you for your job ! |