-
Incident report
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
The ID column of the proxy_history table in postgres is an INT. If your max id from proxy_history_id_seq reaches the limit of max::int, then your proxy won't be able to insert and your server won't receive data any more.
Solution:
alter table proxy_history alter column id type bigint;
- duplicates
-
ZBX-5314 Possiblity for overloading id value in proxy_history table for PostgreSQL
- Closed