Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-8197

TimescaleDB 2.9.0 is not supported

XMLWordPrintable

    • Sprint 96 (Jan 2023)
    • 1

      Steps to reproduce:

      1. 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;

            dgoloscapov Dmitrijs Goloscapovs
            edgar.akhmetshin Edgar Akhmetshin
            Team A
            Votes:
            4 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: