zabbix.server: add timescaledb support (#525514)

This commit is contained in:
Gaétan Lepage
2026-06-01 16:54:03 +00:00
committed by GitHub
@@ -114,6 +114,9 @@ import ./versions.nix (
+ optionalString postgresqlSupport ''
mkdir -p $out/share/zabbix/database/postgresql
cp -prvd database/postgresql/*.sql $out/share/zabbix/database/postgresql/
mkdir -p $out/share/zabbix/database/postgresql/timescaledb
cp -prvd database/postgresql/timescaledb/schema.sql $out/share/zabbix/database/postgresql/timescaledb/schema.sql
'';
meta = {