rc0, rc1 >> rc2 (dropped version in some places)

pull/1700/head
Kelly 2020-10-22 14:07:21 -07:00
parent 27ec085178
commit 5b33fe66c7
9 changed files with 35 additions and 35 deletions

View File

@ -19,9 +19,9 @@ InfluxDB copies all data and metadata to a set of files stored in a specified di
on your local filesystem.
{{% warn %}}
#### InfluxDB 2.0rc0
#### InfluxDB 2.0rc
The `influx backup` command is not compatible with InfluxDB 2.0rc0.
The `influx backup` command is not compatible with InfluxDB 2.0rc.
To backup data,
1. Stop `influxd`.
@ -31,7 +31,7 @@ To backup data,
cp -r ~/.influxdbv2 ~/.influxdbv2_bak
```
For more information, see [Upgrade to InfluxDB OSS 2.0rc0](/influxdb/v2.0/reference/rc0-upgrade-guide/).
For more information, see [Upgrade to InfluxDB OSS 2.0rc](/influxdb/v2.0/reference/rc-upgrade-guide/).
{{% /warn %}}
{{% cloud %}}

View File

@ -104,7 +104,7 @@ To use the `influx` CLI to manage and interact with your InfluxDB Cloud instance
Click the following button to download and install `influx` CLI for macOS.
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb-2.0.0-rc.0_darwin_amd64.tar.gz" download>influx CLI (macOS)</a>
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb-2.0.0-rc.2_darwin_amd64.tar.gz" download>influx CLI (macOS)</a>
#### Step 2: Unpackage the influx binary
@ -116,7 +116,7 @@ or run the following command in a macOS command prompt application such
```sh
# Unpackage contents to the current working directory
tar zxvf ~/Downloads/influxdb-2.0.0-rc.0_darwin_amd64.tar.gz
tar zxvf ~/Downloads/influxdb-2.0.0-rc.2_darwin_amd64.tar.gz
```
#### Step 3: (Optional) Place the binary in your $PATH
@ -128,7 +128,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH,
```sh
# Copy the influx binary to your $PATH
sudo cp influxdb-2.0.0-rc.0_darwin_amd64/influx /usr/local/bin/
sudo cp influxdb-2.0.0-rc.2_darwin_amd64/influx /usr/local/bin/
```
{{% note %}}
@ -171,7 +171,7 @@ To see all available `influx` commands, type `influx -h` or check out [influx -
Download and install the `influx` CLI for Linux.
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-rc.0_linux_amd64.tar.gz" download >influx CLI (amd64)</a>
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-rc.2_linux_amd64.tar.gz" download >influx CLI (amd64)</a>
#### Step 2: Unpackage the influx binary
@ -179,7 +179,7 @@ Download and install the `influx` CLI for Linux.
```sh
# Unpackage contents to the current working directory
tar xvfz influxdb_client_2.0.0-rc.0_linux_amd64.tar.gz
tar xvfz influxdb_client_2.0.0-rc.2_linux_amd64.tar.gz
```
#### Step 3: (Optional) Place the binary in your $PATH
@ -191,7 +191,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH,
```sh
# Copy the influx and influxd binary to your $PATH
sudo cp influxdb_client_2.0.0-rc.0_linux_amd64/influx /usr/local/bin/
sudo cp influxdb_client_2.0.0-rc.2_linux_amd64/influx /usr/local/bin/
```
{{% note %}}
@ -244,9 +244,9 @@ Get started with InfluxDB OSS v2.0 by downloading InfluxDB, installing the neces
executables, and running the initial setup process.
{{% note %}}
To upgrade from InfluxDB 2.0 beta 16 or earlier to the latest version, see [Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc1](/influxdb/v2.0/reference/rc1-upgrade-guide/).
To upgrade from InfluxDB 2.0 beta 16 or earlier to the latest version, see [Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc](/influxdb/v2.0/reference/rc-upgrade-guide/).
To upgrade to InfluxDB 2.0rc1 from InfluxDB 1.x, see [Upgrade from InfluxDB 1.x to InfluxDB 2.0](/influxdb/v2.0/reference/influxd-upgrade-guide/).
To upgrade to InfluxDB 2.0rc0 or later from InfluxDB 1.x, see [Upgrade from InfluxDB 1.x to InfluxDB 2.0](/influxdb/v2.0/reference/influxd-upgrade-guide/).
{{% /note %}}
{{< tabs-wrapper >}}
@ -263,7 +263,7 @@ To upgrade to InfluxDB 2.0rc1 from InfluxDB 1.x, see [Upgrade from InfluxDB 1.x
Download InfluxDB v2.0 for macOS.
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb-2.0.0-rc.0_darwin_amd64.tar.gz" download>InfluxDB v2.0 (macOS)</a>
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb-2.0.0-rc.2_darwin_amd64.tar.gz" download>InfluxDB v2.0 (macOS)</a>
### Unpackage the InfluxDB binaries
@ -273,7 +273,7 @@ or run the following command in a macOS command prompt application such
```sh
# Unpackage contents to the current working directory
tar zxvf ~/Downloads/influxdb-2.0.0-rc.0_darwin_amd64.tar.gz
tar zxvf ~/Downloads/influxdb-2.0.0-rc.2_darwin_amd64.tar.gz
```
#### (Optional) Place the binaries in your $PATH
@ -283,7 +283,7 @@ prefix the executables with `./` to run then in place.
```sh
# (Optional) Copy the influx and influxd binary to your $PATH
sudo cp influxdb-2.0.0-rc.0_darwin_amd64/{influx,influxd} /usr/local/bin/
sudo cp influxdb-2.0.0-rc.2_darwin_amd64/{influx,influxd} /usr/local/bin/
```
{{% note %}}
@ -352,7 +352,7 @@ influxd --reporting-disabled
Download InfluxDB v2.0 for Linux.
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb-2.0.0-rc.0_linux_amd64.tar.gz" download >InfluxDB v2.0 (amd64)</a>
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb-2.0.0-rc.2_linux_amd64.tar.gz" download >InfluxDB v2.0 (amd64)</a>
### Place the executables in your $PATH
@ -362,10 +362,10 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an
```sh
# Unpackage contents to the current working directory
tar xvzf path/to/influxdb-2.0.0-rc.0_linux_amd64.tar.gz
tar xvzf path/to/influxdb-2.0.0-rc.2_linux_amd64.tar.gz
# Copy the influx and influxd binary to your $PATH
sudo cp influxdb-2.0.0-rc.0_linux_amd64.tar.gz/{influx,influxd} /usr/local/bin/
sudo cp influxdb-2.0.0-rc.2_linux_amd64.tar.gz/{influx,influxd} /usr/local/bin/
```
{{% note %}}
@ -437,7 +437,7 @@ To opt-out of sending telemetry data back to InfluxData, include the
`--reporting-disabled` flag when starting the InfluxDB container.
```bash
docker run -p 8086:8086 quay.io/influxdb/influxdb:2.0.0-rc --reporting-disabled
docker run -p 8086:8086 quay.io/influxdb/influxdb:2.0.0-rc2 --reporting-disabled
```
{{% /note %}}

View File

@ -13,7 +13,7 @@ The `influx delete` command deletes [points](/influxdb/v2.0/reference/glossary/#
from an InfluxDB bucket. Identify points to delete using [delete predicate syntax](/influxdb/v2.0/reference/syntax/delete-predicate).
{{% note %}}
In **InfluxDB OSS 2.0rc0**, the `influx delete --predicate` flag has been disabled.
In **InfluxDB OSS 2.0rc**, the `influx delete --predicate` flag has been disabled.
The `-p`, `--predicate` flag is supported in **InfluxDB Cloud** and **InfluxDB OSS 2.0 beta 16 or earlier**.
Running `influx delete` without the `-p` or `--predicate` flag deletes all data with timestamps between the specified

View File

@ -45,14 +45,14 @@ weight: 101
{{% warn %}}
#### Manual upgrade required
To simplify the migration for existing users of InfluxDB 1.x, this release includes significant breaking changes that require a manual upgrade from all alpha and beta versions. For more information, see [Upgrade to InfluxDB OSS 2.0rc0](/influxdb/v2.0/reference/rc0-upgrade-guide/),
To simplify the migration for existing users of InfluxDB 1.x, this release includes significant breaking changes that require a manual upgrade from all alpha and beta versions. For more information, see [Upgrade to InfluxDB OSS 2.0rc](/influxdb/v2.0/reference/rc-upgrade-guide/),
{{% /warn %}}
### Breaking changes
#### Manual upgrade
- To continue using data from InfluxDB 2.0 beta 16 or earlier, you must move all existing data out of the `~/.influxdbv2` (or equivalent) path, including `influxd.bolt`. All existing dashboards, tasks, integrations, alerts, users, and tokens must be recreated. For information on how to migrate your data, see [Upgrade to InfluxDB OSS 2.0rc0](/influxdb/v2.0/reference/rc0-upgrade-guide/).
- To continue using data from InfluxDB 2.0 beta 16 or earlier, you must move all existing data out of the `~/.influxdbv2` (or equivalent) path, including `influxd.bolt`. All existing dashboards, tasks, integrations, alerts, users, and tokens must be recreated. For information on how to migrate your data, see [Upgrade to InfluxDB OSS 2.0rc](/influxdb/v2.0/reference/rc-upgrade-guide/).
#### Port update to 8086

View File

@ -15,7 +15,7 @@ related:
---
{{% note %}}
In **InfluxDB OSS 2.0rc0**, the delete with predicate API (`/api/v2/delete`) has been disabled and returns a 501 Not implemented message.
In **InfluxDB OSS 2.0rc**, the delete with predicate API (`/api/v2/delete`) has been disabled and returns a 501 Not implemented message.
Use the InfluxDB `/delete` endpoint with **InfluxDB Cloud** and **InfluxDB OSS 2.0 beta 16 or earlier**.
{{% /note %}}

View File

@ -1,18 +1,18 @@
---
title: Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc1
title: Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc
description: >
Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc1.
Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc.
menu:
influxdb_2_0_ref:
parent: Upgrade InfluxDB
name: Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc1
name: Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0rc
aliases:
- /influxdb/v2.0/reference/rc0-upgrade-guide/
- /influxdb/v2.0/reference/rc1-upgrade-guide/
weight: 7
---
To upgrade from InfluxDB 2.0 beta 16 or earlier to InfluxDB 2.0rc1, you must manually upgrade all resources and data to the latest version by completing the following steps:
To upgrade from InfluxDB 2.0 beta 16 or earlier to InfluxDB 2.0rc0 or later, you must manually upgrade all resources and data to the latest version by completing the following steps:
1. [Disable existing integrations](#1-disable-existing-integrations)
2. [Stop existing InfluxDB beta instance](#2-stop-existing-influxdb-beta-instance)
@ -59,7 +59,7 @@ We use the names `influxd_old` for this guide, but you can use whatever you like
## 4. Move existing data and start the latest InfluxDB
If you haven't already, [download the InfluxDB OSS 2.0rc1](https://portal.influxdata.com/downloads/).
If you haven't already, [download the InfluxDB OSS 2.0rc](https://portal.influxdata.com/downloads/).
Download and follow the install instructions for `influxd` and `influx`.
Be careful not to overwrite the existing binaries.

View File

@ -18,7 +18,7 @@ to 2.0 [buckets](/influxdb/v2.0/reference/glossary/#bucket).
Back up all data before upgrading with `influx upgrade`.
{{% /warn %}}
1. [Download the InfluxDB OSS 2.0rc1](https://portal.influxdata.com/downloads/),
1. [Download the InfluxDB OSS 2.0rc](https://portal.influxdata.com/downloads/),
unpackage the InfluxDB binaries, and then place them in your `$PATH`.
2. Stop your running InfluxDB 1.x instance.
3. If your configuration file is at the default location (`~/.influxdbv2/configs`), run:

View File

@ -53,7 +53,7 @@ Use the `influx` CLI or the InfluxDB API `/delete` endpoint to delete data.
{{% note %}}
The `-p, --predicate` flag is supported in **InfluxDB Cloud** and **InfluxDB OSS 2.0 beta 16 or earlier**.
In **InfluxDB OSS 2.0rc0**, the `influx delete --predicate` flag has been disabled.
In **InfluxDB OSS 2.0rc**, the `influx delete --predicate` flag has been disabled.
{{% /note %}}
## Delete data using the influx CLI
@ -65,7 +65,7 @@ In **InfluxDB OSS 2.0rc0**, the `influx delete --predicate` flag has been disabl
### Example delete commands
**InfluxDB OSS 2.0rc0** does not support the `predicate` parameter.
**InfluxDB OSS 2.0rc** does not support the `predicate` parameter.
#### Delete data in InfluxDB Cloud
@ -103,7 +103,7 @@ The `influx` CLI is installed with **InfluxDB OSS**. If you're using **InfluxDB
### Example delete requests
**InfluxDB OSS 2.0rc0** does not support the `predicate` parameter.
**InfluxDB OSS 2.0rc** does not support the `predicate` parameter.
#### Delete data in InfluxDB Cloud

View File

@ -7,14 +7,14 @@
# message: |
# Markdown message content.
- id: rc0-upgrade
- id: rc-upgrade
level: warn
scope:
- /influxdb/v2.0/
message: |
### InfluxDB OSS 2.0 release candidate 0
### InfluxDB OSS 2.0 release candidate
**InfluxDB OSS v2.0.rc0** includes **breaking changes** that require a manual
**InfluxDB OSS v2.0.rc** includes **breaking changes** that require a manual
upgrade from all alpha and beta versions. For information, see:
[Upgrade to InfluxDB OSS v2.0.rc0](/influxdb/v2.0/reference/rc0-upgrade-guide/)
[Upgrade to InfluxDB OSS v2.0.rc](/influxdb/v2.0/reference/rc-upgrade-guide/)