-
Problem report
-
Resolution: Fixed
-
Blocker
-
6.4.16
-
None
-
S24-W26/27
-
0.5
Some git revision before final release 6.4.16, working fine:
25567:20240619:150521.918 Starting Zabbix Proxy (active) [first_proxy]. Zabbix 6.4.16rc1 (revision {ZABBIX_REVISION}).
...
25567:20240619:150521.918 cannot open database file "/zab/bin/6.4/proxy6.4.db": [2] No such file or directory
25567:20240619:150521.918 creating database ...
After "git pull" to current revision (I hope it helps):
# git pull remote: Enumerating objects: 3665, done. remote: Counting objects: 100% (1681/1681), done. remote: Compressing objects: 100% (754/754), done. remote: Total 1075 (delta 716), reused 415 (delta 206), pack-reused 0 Receiving objects: 100% (1075/1075), 2.58 MiB | 1.25 MiB/s, done. Resolving deltas: 100% (716/716), completed with 208 local objects. From https://git.zabbix.com/scm/zbx/zabbix 2e4aa60da1..7d90414f4b release/6.4 -> origin/release/6.4 * [new tag] 6.4.16 -> 6.4.16 * [new tag] 6.4.16rc1 -> 6.4.16rc1 * [new tag] 6.4.16rc2 -> 6.4.16rc2 Updating 2e4aa60da1..7d90414f4b Fast-forward ChangeLog | 76 +- ChangeLog.d/bugfix/ZBX-18094 | 1 - ChangeLog.d/bugfix/ZBX-20766 | 1 - ChangeLog.d/feature/ZBXNEXT-8682 | 1 - configure.ac | 5 +- .....
it's failing:
23675:20240619:143152.672 Starting Zabbix Proxy (active) [first_proxy]. Zabbix 6.4.17rc1 (revision {ZABBIX_REVISION}).
...
23675:20240619:143152.673 [Z3005] query failed: [0] no such table: users [select userid from users limit 1]
23675:20240619:143152.673 cannot use database "/zab/bin/6.4/proxy6.4.db": database is not a Zabbix database
of course the DB file was deleted and does not exist before I start proxy daemon!
After the failureĀ the "proxy6.4.db" file appears, 0 bytes size.
Something has been broken before final release.