I am a new user of influxdb and I must say the following things:
Documentation is lacking; “Use the following command to download and install the appropriate InfluxDB 3 Core package on your local machine:” with no description of options or what should be selected from the user installation side. Should be simple, but process errors out with a generic error.
Scripts error with little/no information other than the equivalent of “something happened”;
└─ ERROR: InfluxDB failed to start; check permissions or other potential issues.
I can say the installation never succeeds and this is why I get the error.
Is there a reference to actual documentation I can use with a walkthrough?
Going to through the installation routine influxdata.com/d/install_influxdb3.sh → the error occurs, if the request to the health endpoint is either time out or not successful
"curl --max-time 3 -s "http://localhost:$PORT/health"
What are the default network & firewall setting and or permissions which the executing user applies? I would check on that.
Hope this helps
@yosiasz I understand the permissions thing and that it is bad to run as root, but this is strictly a test to see if I can even get data into the DB before I truly setup the DB. I am using it as a longer retention for home assistant.
Changing the location gave me the same generic error as before.
Hey folks, can you first try installing in either a more permission friendly access area, or ensure that permissions for the location you’re installing have read/write access? This often times is something that can cause issues.
Noted on the repeated calls here for more documentation and error clarity for this install process. We’ll get that cleaned up.