Add interactive shell info to migration docs (#2758)
* Add interactive shell info to migration docs
Addresses #2601
* Add static legend option to graphs and band plot (addresses #2568 )
* Revert "Add static legend option to graphs and band plot (addresses #2568 )"
This reverts commit bc318fec3e
.
* Update content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
pull/2763/head
parent
b148141c9b
commit
4c6beb3d08
|
@ -172,6 +172,10 @@ InfluxDB 2.0 doesn't support [in-memory (`inmem`) indexing](/influxdb/v1.8/admin
|
|||
- `max-series-per-database`
|
||||
- `max-values-per-tag`
|
||||
|
||||
### Interactive shell
|
||||
|
||||
```suggestion
|
||||
The InfluxDB 2.x `influx` CLI does not include an interactive shell for executing InfluxQL queries or Flux queries. For information about executing InfluxQL queries, see [Query data with InfluxQL](/influxdb/v2.0/query-data/influxql/). To build an interactive shell to execute Flux queries, [compile and build a command line Flux REPL from source](https://github.com/influxdata/flux/blob/master/README.md#getting-started).
|
||||
## Perform the upgrade
|
||||
|
||||
If you've considered the [guidance above](#before-you-begin-important-considerations)
|
||||
|
|
Loading…
Reference in New Issue