You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps mentioned in document and started a relay with below command
$GOPATH/bin/influxdb-relay -config relay.toml
Relay started successfully
Now, I want to stop the above relay and update relay.toml and start relay with new config. How do I do that?
Since I didnt find a way to stop relay, I again started a new relay which is giving me an error 'duplicate-relay'
How to handle such usecase?
The text was updated successfully, but these errors were encountered:
I followed the steps mentioned in document and started a relay with below command
$GOPATH/bin/influxdb-relay -config relay.toml
Relay started successfully
Now, I want to stop the above relay and update relay.toml and start relay with new config. How do I do that?
Since I didnt find a way to stop relay, I again started a new relay which is giving me an error 'duplicate-relay'
How to handle such usecase?
The text was updated successfully, but these errors were encountered: