Hello @Martin23,
i’m confused is your data not existing with export.lp? Or are you looking for a way to verify whether or not it is?
To verify if the data is there you could try writing it to InfluxDB and querying it.
Thank you for your clarification
Well, I’m pretty sure the data is not in there. There’s only 23B and the original dataset is ~80GB. Do you know if there’s anything wrong with export-lp for that build?
I believe I’ve encountered the same problem. Executing the same command as @Martin23 above on a Ubuntu machine with Influx OSS (configured as a systemd service):
i.e. there are no WAL or TSM files. Performing a query via the python client however shows that there is in fact time series data present in the database. It seems to be linked to a permissions issue; prepending the above command with “sudo -u influxdb” (i.e. executing the command as influxdb user) fixes the issue. It seems that the bucket directories in engine/data and engine/wal are only accessible for the influxdb user (not for the influxdb group!):