Hello @ktaylor3,
Yes it can be.
Edit the following three lines of your /etc/influxdb/influxdb.conf ( /usr/local/etc/influxdb.conf on macOS) so that they point to your new location:
# under [meta]
dir = "/new/path/to/influxdb/meta"
# under [data]
dir = "/new/path/to/influxdb/data"
wal-dir = "/new/path/to/influxdb/wal"
I have not installed the 2.0 release candidate yet (well, it’s not an install…just an unzip), but the beta unzip and run did not create a /etc/influxdb directory or a conf file.
Looking at Get started with InfluxDB | InfluxDB OSS 2.0 Documentation, it talks about including start up flags. And I see an optional section about setting up the CLI by creating a config file. I assume that step is for more than just CLI setup? Is there more documentation about config file setup and the various options in 2.0?