How to access influxdb data stored on disc?

Hi,

I have a database PC that’s running influxdb as a container in docker, I know the path of the influxdb container volume, but can the data be accessed directly on disc in Ubuntu?

Any help would be greatly apprecited.

Hi @Oli98t ,
The best way to access the database files on disk is to mount a host directory rather than a volume. This ensures persistence. In terms of access could you describe a little more your requirements?