-
Problem report
-
Resolution: Duplicate
-
Major
-
None
-
3.4.0alpha1
-
Sprint 12
-
0
The upgrade procedure should possibly check for the lowest existing userid of a Zabbix Super Admin, instead using a hard coded '1':
--- SNIP --- src/libs/zbxdbupgrade/dbupgrade_3030.c --- zbx_db_insert_prepare(&db_insert, "dashboard", "dashboardid", "name", "userid", "private", NULL); zbx_db_insert_add_values(&db_insert, __UINT64_C(1), "Dashboard", __UINT64_C(1), 0); --- SNAP --- src/libs/zbxdbupgrade/dbupgrade_3030.c ---
- part of
-
ZBXNEXT-3787 Rename screens to Dashboard: Upgrade patch (Work item 1)
- Closed