Node-RED should empty my influxDB "test database" every 7 days

Hello all,

Can anyone tell me if it is possible to specify in Node-RED that all records in my database are deleted every 7 days?

kind regards
nilsbaurx

Influx has a built in feature for this. If you write it using a Retention Policy of 1 week then it will automatically delete data older than that.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.