From db6c328da82badc5a8abf86b3753adc17ed81b32 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 19 Jun 2020 23:28:01 +0200 Subject: [PATCH] Don't autocreate policies --- templates/influxdb.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/influxdb.conf.j2 b/templates/influxdb.conf.j2 index 39c0377..4cac920 100644 --- a/templates/influxdb.conf.j2 +++ b/templates/influxdb.conf.j2 @@ -22,7 +22,7 @@ reporting-disabled = false # Where the metadata/raft database is stored dir = "{{ influxdb.storage }}/meta" - retention-autocreate = true + #retention-autocreate = true # If log messages are printed for the meta service logging-enabled = false