-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
6.4.0
-
debian11 postgresql13
I'm trying to add a new page to the dashboard but I can't do it due to a crash in the frontend. Error following
Details Failed to update dashboard
pg_query(): Query failed: ERROR: duplicate key value violates unique constraint "dashboard_page_pkey"
DETAIL: Key (dashboard_pageid)=(63) already exists. [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → CController->run() → CControllerDashboardUpdate->doAction() → CApiWrapper->__call() → CFrontendApiWrapper->callMethod() → CApiWrapper->callMethod() → CFrontendApiWrapper->callClientMethod() → CLocalApiClient->callMethod() → CDashboard->update() → CDashboardGeneral->updatePages() → DB::insert() → DB::insertBatch() → DBexecute() → pg_query() in include/db.inc.php:373]
Error in query [INSERT INTO dashboard_page (dashboard_pageid,dashboardid,name,display_period,sortorder) VALUES ('63','1','gfn','0','1')] [ERROR: duplicate key value violates unique constraint "dashboard_page_pkey"
DETAIL: Key (dashboard_pageid)=(63) already exists.]
SQL statement execution has failed "INSERT INTO dashboard_page (dashboard_pageid,dashboardid,name,display_period,sortorder) VALUES ('63','1','gfn','0','1')".
- is duplicated by
-
ZBX-22573 template update error
- Closed