Hello!
I am currently using InfluxDB for data storage. I have an SD card mounted as a memory extension, and in the InfluxDB configuration file (influxdb/config.yaml), I have specified the following paths:
However, after some time of storing data, I noticed that my ctrlX internal storage became full, while the memory card remained empty:
Once I deleted the respective InfluxDB bucket, the internal memory returned to normal:
This indicates that the InfluxDB data is being stored on the internal memory instead of the memory card. Is this the expected behavior?
Thanks in advance! ๐