zabbix 6.0.18 with timescaledb 2.11

This commit is contained in:
Jean-François GUILLAUME 2023-06-22 13:00:12 +02:00
parent 36a80b638c
commit 6ac9dd0382
GPG key ID: 38751DAE145EFB5A
3 changed files with 34 additions and 33 deletions

View file

@ -0,0 +1,26 @@
From 71456293658f2a9aa61cf6bab4280d4439f92c42 Mon Sep 17 00:00:00 2001
From: JEAN-FRANCOIS GUILLAUME <mrbear@yam-it.net>
Date: Thu, 22 Jun 2023 12:57:19 +0200
Subject: [PATCH] bumping timescaledb supported version to 2.11
---
include/zbx_dbversion_constants.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/zbx_dbversion_constants.h b/include/zbx_dbversion_constants.h
index f143012..0adbd54 100644
--- a/include/zbx_dbversion_constants.h
+++ b/include/zbx_dbversion_constants.h
@@ -66,8 +66,8 @@
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION 20001
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION_STR "2.0.1"
#define ZBX_TIMESCALE_MIN_VERSION_WITH_LICENSE_PARAM_SUPPORT 20000
-#define ZBX_TIMESCALE_MAX_VERSION 21099
-#define ZBX_TIMESCALE_MAX_VERSION_STR "2.10"
+#define ZBX_TIMESCALE_MAX_VERSION 21199
+#define ZBX_TIMESCALE_MAX_VERSION_STR "2.11"
#define ZBX_TIMESCALE_LICENSE_APACHE "apache"
#define ZBX_TIMESCALE_LICENSE_APACHE_STR "TimescaleDB Apache 2 Edition"
#define ZBX_TIMESCALE_LICENSE_COMMUNITY "timescale"
--
2.40.1