-
Problem report
-
Resolution: Fixed
-
Major
-
6.2.5
-
None
-
Ubuntu 22.04
postgresql-14 (14.6-1.pgdg22.04+1)
zabbix-proxy-pgsql (1:6.2.5-1+ubuntu22.0)
-
Sprint 95 (Dec 2022)
-
0.25
Steps to reproduce:
- Create new database
- insert proxy.sql
cat /usr/share/zabbix-sql-scripts/postgresql/proxy.sql | sudo -u zabbix psql zabbix_proxy
- Add proxy to Zabbix
- Add host to proxy
Result:
1048931:20221129:121044.399 received configuration data from server at "xxx.xx.xx.xx", datalen 23160 1048931:20221129:121044.438 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: column "regexpid" of relation "hstgrp" does not exist LINE 1: update hstgrp set regexpid='#'||groupid where groupid=5 ^ [update hstgrp set regexpid='#'||groupid where groupid=5] 1048931:20221129:121044.438 failed to update local proxy configuration copy: database error
Expected:
Host added to proxy (database) without error
- caused by
-
ZBX-21468 Proxy configuraton sync will not work after changing discovery group
- Closed