influxd upgrade
writes config.toml
to a confusing location
#20104
Labels
area/2.x
OSS 2.0 related issues and PRs
When
influxd upgrade
converts a V1 config file to V2, it writes the outputconfig.toml
into the same directory as the V1 file. This results in confusing behavior likeconfig.toml
being written into~/.influxdb
instead of~/.influxdbv2
. We don't expose an option to override this behavior.We should fix the command to:
~/.influxdbv2/config.toml
The text was updated successfully, but these errors were encountered: