Merge branch 'master' of github.com:influxdata/docs-v2

pull/1734/head
Scott Anderson 2020-10-28 10:11:15 -06:00
commit 2b9d02e920
1 changed files with 8 additions and 10 deletions
content/influxdb/v2.0/reference/upgrading

View File

@ -23,14 +23,12 @@ Back up all data before upgrading with `influx upgrade`.
2. Stop your running InfluxDB 1.x instance.
3. If your configuration file is at the default location (`~/.influxdbv2/configs`), run:
```sh
influxd upgrade
```
Otherwise, run:
```sh
influxd upgrade --config <path to config file>
```
<!-- -->
```sh
influxd upgrade
```
Otherwise, run:
```sh
influxd upgrade --config <path to config file>
```
4. Follow the prompts to set up a new InfluxDB 2.0 instance.