Bonjour, j’ai essayé de télécharger influxDB à l’aide de ces sites : https://technixleo.com/how-to-install-influxdb-on-windows/ et https://docs.influxdata.com/influxdb/v2.2/install/ . Je suis sous windows et lorsque j’execute ./influxd
j’obtiens le message suivant:
PS C:\Program Files\InfluxData\influxdb\influxdb2-2.1.1-windows-amd64> ./influxd
2022-04-19T08:07:17.016343Z info Welcome to InfluxDB {"log_id": "0_xDck60000", "version": "2.1.1", "commit": "657e1839de", "build_date": "2021-11-09T03:03:48Z"}
2022-04-19T08:07:17.016343Z error Failed opening bolt {"log_id": "0_xDck60000", "error": "unable to create directory C:\\Users\\cardr\\.influxdbv2\\influxd.bolt: mkdir C:\\Users\\cardr\\.influxdbv2: Access is denied."}
Error: unable to create directory C:\Users\cardr\.influxdbv2\influxd.bolt: mkdir C:\Users\cardr\.influxdbv2: Access is denied.
See 'influxd -h' for help
Auriez-vous des solutions à me proposer?
Translation
Hello, I tried to download influxDB using these sites: https://technixleo.com/how-to-install-influxdb-on-windows/ et https://docs.influxdata.com/influxdb/v2.2/install/ . I’m on windows and when I run ./influxd I get the following message:
PS C:\Program Files\InfluxData\influxdb\influxdb2-2.1.1-windows-amd64> ./influxd
2022-04-19T08:07:17.016343Z info Welcome to InfluxDB {"log_id": "0_xDck60000", "version": "2.1.1", "commit": "657e1839de", "build_date": "2021-11-09T03:03:48Z"}
2022-04-19T08:07:17.016343Z error Failed opening bolt {"log_id": "0_xDck60000", "error": "unable to create directory C:\\Users\\cardr\\.influxdbv2\\influxd.bolt: mkdir C:\\Users\\cardr\\.influxdbv2: Access is denied."}
Error: unable to create directory C:\Users\cardr\.influxdbv2\influxd.bolt: mkdir C:\Users\cardr\.influxdbv2: Access is denied.
See 'influxd -h' for help
Do you have any solutions for me?
The current user does not have permission to create the required folder, you can:
- grant the missing permission
- use a different, non-default folder (by specifying a custom conf file with proper paths for engine and bolt)