zabbix.server: add timescaledb support (#525514)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user