After updating my ubuntu 22.04 system from zabbix 7.0 to 7.01 i am getting the error in the front-end:
2.12.2 Error! Unable to start Zabbix server. Unsupported timescaledb database server version. Must be at least 2.13.0
In zabbix-server log:
1851:20240725:131934.052 TimescaleDB version 21202 is not officially supported. Recommended version is at least TimescaleDB Community Edition 2.13.0.
1851:20240725:131934.060 Zabbix Server stopped. Zabbix 7.0.1 (revision 0543fbe4af6) zz0.q4qmqosdrgzz
sudo dpkg-query --list | grep -i timescale
ii timescaledb-2-loader-postgresql-14 2.15.3~ubuntu22.04 amd64 The loader for TimescaleDB to load individual versions.
ii timescaledb-2-postgresql-14 2.15.3~ubuntu22.04 amd64 An open-source time-series database based on PostgreSQL, as an extension.
ii timescaledb-toolkit-postgresql-14 1:1.18.0~ubuntu22.04 amd64 Library of analytical hyperfunctions, time-series pipelining, and other SQL utilities, compatible with TimescaleDB and PostgreSQL
ii timescaledb-tools 0.15.0~ubuntu22.04 amd64 A suite of tools that can be used with TimescaleDB. zz0.yjasei5msszz
So the correct version is installed of timescaledb, but zabbix-server does not agree and finds that the system is running on a lower version.
Is this a bug? and is there a work around for it?
before the update i was using timescaledb version 2.15.3 and zabbix 7.0 without any problems.
2.12.2 Error! Unable to start Zabbix server. Unsupported timescaledb database server version. Must be at least 2.13.0
In zabbix-server log:
1851:20240725:131934.052 TimescaleDB version 21202 is not officially supported. Recommended version is at least TimescaleDB Community Edition 2.13.0.
1851:20240725:131934.060 Zabbix Server stopped. Zabbix 7.0.1 (revision 0543fbe4af6) zz0.q4qmqosdrgzz
sudo dpkg-query --list | grep -i timescale
ii timescaledb-2-loader-postgresql-14 2.15.3~ubuntu22.04 amd64 The loader for TimescaleDB to load individual versions.
ii timescaledb-2-postgresql-14 2.15.3~ubuntu22.04 amd64 An open-source time-series database based on PostgreSQL, as an extension.
ii timescaledb-toolkit-postgresql-14 1:1.18.0~ubuntu22.04 amd64 Library of analytical hyperfunctions, time-series pipelining, and other SQL utilities, compatible with TimescaleDB and PostgreSQL
ii timescaledb-tools 0.15.0~ubuntu22.04 amd64 A suite of tools that can be used with TimescaleDB. zz0.yjasei5msszz
So the correct version is installed of timescaledb, but zabbix-server does not agree and finds that the system is running on a lower version.
Is this a bug? and is there a work around for it?
before the update i was using timescaledb version 2.15.3 and zabbix 7.0 without any problems.
Comment