Do you have any idea of why InfluxDB is not able to load data correctly from an Azure Blob storage?
I deployed InfluxDB on an AKS Cluster with Azure Blob storage.
The blob is used to store the content of:
/var/lib/influxdb2
/etc/influxdb2
After rebooting, the data are no longer visible from InfluxDB. If I add new data, the older data comes back along with the new data.
I checked the disk and everything was there.
With the use of a persistent volume this problem does not occur.
Do you have any idea of why InfluxDB is not able to load data correctly from an Azure Blob storage?
I deployed InfluxDB on an AKS Cluster with Azure Blob storage. The blob is used to store the content of:
After rebooting, the data are no longer visible from InfluxDB. If I add new data, the older data comes back along with the new data. I checked the disk and everything was there. With the use of a persistent volume this problem does not occur.
Informations