hassio-addons/addon-influxdb

Running influxd in the SSH & Terminal add-on gives a command not found error

gio-dot opened this issue · 5 comments

Problem/Motivation

Im looking for a way to backup influxdb database using Terminal & SSH addon

Expected behavior

Working influxdb backup command

Actual behavior

influxd: command not found
image

Steps to reproduce

(How can someone else make/see it happen)

Proposed changes

(If you have a proposed change, workaround or fix,
describe the rationale behind it)

Can you please explain me in detail (sorry, i'm quite new in Terminal use) a workaround if exist?

Are you executing that command inside InfluxDB container?

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

Are you executing that command inside InfluxDB container?

how do i get into the docker container to run the command?

Are you executing that command inside InfluxDB container?

how do i get into the docker container to run the command?

You do it using something like this sudo docker exec -ti <container_id> bash

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!