I'm trying to import images and background from one Zabbix to another one.
When I'm insterting records into DB, everything is fine. Example:
In Zabbix GUI I can see images, but when I want to add another one using GUI I'm getting error:
Why Zabbix GUI is trying to insert image at the same imageid?
When I'm insterting records into DB, everything is fine. Example:
Code:
INSERT INTO `images` VALUES(31, 1, 'e_cloud_off', 0x89504e470d0a1a0a0000000d...........
Code:
Duplicate entry '31' for key 'PRIMARY
Comment