Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default directories #702

Open
skybarberom opened this issue Aug 14, 2023 · 0 comments
Open

Default directories #702

skybarberom opened this issue Aug 14, 2023 · 0 comments

Comments

@skybarberom
Copy link

I had InfluxDB running on a docker container working fine. I recreated the container mapping the two shares (before I had only one)

docker run \
-d \
-it \
--name influxdb \
-p 8086:8086 \
-p 25826:25826/udp \
-e TZ="Europe/Rome" \
-e INFLUXD_CONFIG_PATH="/var/lib/influxdb2/influxdb.conf" \
-v /share/influxdb/var/:/var/lib/influxdb2 \
-v /share/influxdb/etc/:/etc/influxdb2 \
influxdb:latest

since then, even if I try to recreate the container, it stores the datas and bolt files under ./home/influxdb/.influxdbv2

find . -name *.bolt

./home/influxdb/.influxdbv2/influxd.bolt

Of course since it's not persisting every time it starts from scratch.

Am I missing something from last version? Does anyone have an idea of that behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant