diff --git a/content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md b/content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md index 50860b2ac..88938f045 100644 --- a/content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md +++ b/content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md @@ -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)