[ZBX-20199] Front end compains database version does not match current requirements Created: 2021 Nov 10 Updated: 2021 Nov 11 Resolved: 2021 Nov 11 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 6.0.0alpha7 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | Ivo Palli | Assignee: | Zabbix Development Team |
Resolution: | Won't fix | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
Updated my git repo today in the hopes of fixing a solved bug.
Result: However, Zabbix says: So I think the web frontend is confused? Where does it pull the 5050103 from anyway? |
Comments |
Comment by Ivo Palli [ 2021 Nov 11 ] |
Editing ./include/defines.inc.php and updating ZABBIX_DB_VERSION to 5050104 'fixes' the problem. I think it would be a good idea to try and keep changes that require incrementing the DB version and any corresponding fixes to the frontend in the same commit to github, so that pulling the latest version doesn't leave users with a non-working interface. |
Comment by Alexander Vladishev [ 2021 Nov 11 ] |
This is usually the case. Any changes to the database update the database schema version and the version in defines.inc.php. This is one of the rare cases where this has been done by different commits. This has now been fixed. Thanks! |