Ad Widget

Collapse

Upgrade from Zabbix 3.0 to 5.0. Database null value on "groupid"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jgroves
    Junior Member
    • Jun 2023
    • 3

    #1

    Upgrade from Zabbix 3.0 to 5.0. Database null value on "groupid"

    Ubuntu 20.04 Server
    Upgraded zabbix server and database to 5.0

    Set up a new zabbix proxy on 5.0 And upon receiving configuration the proxy errors with:

    Code:
     82149:20230608:224618.570 received configuration data from server at "10.1.16.83", datalen 75390
     82149:20230608:224618.615 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR:  null value in column "groupid" violates not-null constraint
    DETAIL:  Failing row contains (null, , 0, 0).
     [insert into hstgrp (groupid) values (null);
    ]
     82149:20230608:224618.615 failed to update local proxy configuration copy: database error​
    Is there any tips on how to debug this? Or known issues regarding this?
Working...