-
Change Request
-
Resolution: Fixed
-
Minor
-
6.0.12, 6.2.6, 6.4.0beta5
-
None
-
RHEL 8.7
PgSQL 14
TimescaleDB 2.9.0
-
Sprint 96 (Jan 2023)
-
1
Steps to reproduce:
- follow official setup
Result:
$ cat /usr/share/zabbix-sql-scripts/postgresql/timescaledb.sql | psql -h x.x.x.x -p 5432 -U zbx_admin -W zabbix Password: NOTICE: PostgreSQL version 14.6 is valid NOTICE: TimescaleDB extension is detected NOTICE: TimescaleDB version 2.9.0 is valid WARNING: column type "character varying" used for "source" does not follow best practices HINT: Use datatype TEXT instead. WARNING: column type "character varying" used for "value" does not follow best practices HINT: Use datatype TEXT instead. NOTICE: TimescaleDB is configured successfully DO
Expected:
1. Documentation provides steps to install exact version of TimescaleDB which is supported and after pin that version not to allow version higher than supported. This will confuse new users, since - "hey, follow TimescaleDB guide, ok i followed - not supported".
2. TimescaleDB 2.9.0 should be supported without performance warnings;
- is duplicated by
-
ZBXNEXT-8181 TimescaleDB 2.9 support
- Closed