more 1.8.0 to 1.8.2 updates

pull/1755/head
Kelly 2020-11-03 11:47:24 -08:00
parent 64a0176f45
commit b622521481
7 changed files with 29 additions and 29 deletions

View File

@ -36,7 +36,7 @@ Depending on the volume of data to be protected and your application requirement
InfluxDB Enterprise supports backing up and restoring data in a cluster, a single database, a single database and retention policy, and single shards. Most InfluxDB Enterprise applications can use the backup and restore utilities. InfluxDB Enterprise supports backing up and restoring data in a cluster, a single database, a single database and retention policy, and single shards. Most InfluxDB Enterprise applications can use the backup and restore utilities.
Use the `backup` and `restore` utilities to back up and restore between `influxd` instances with the same versions or with only minor version differences. For example, you can backup from 1.7.3 and restore on 1.8.0. Use the `backup` and `restore` utilities to back up and restore between `influxd` instances with the same versions or with only minor version differences. For example, you can backup from 1.7.3 and restore on 1.8.2.
### Backup utility ### Backup utility

View File

@ -161,14 +161,14 @@ sudo yum remove influxdb
{{% /code-tabs %}} {{% /code-tabs %}}
{{% code-tab-content %}} {{% code-tab-content %}}
```bash ```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.0-c1.8.0_amd64.deb wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.2-c1.8.2_amd64.deb
sudo dpkg -i influxdb-data_1.8.0-c1.8.0_amd64.deb sudo dpkg -i influxdb-data_1.8.2-c1.8.2_amd64.deb
``` ```
{{% /code-tab-content %}} {{% /code-tab-content %}}
{{% code-tab-content %}} {{% code-tab-content %}}
```bash ```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.0_c1.8.0.x86_64.rpm wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-data-1.8.0_c1.8.0.x86_64.rpm sudo yum localinstall influxdb-data-1.8.2-c1.8.2.x86_64.rpm
``` ```
{{% /code-tab-content %}} {{% /code-tab-content %}}
{{< /code-tabs-wrapper >}} {{< /code-tabs-wrapper >}}

View File

@ -86,8 +86,8 @@ Access the cluster's IP address from the GCP network (or subnetwork) specified w
3. On the instance, install the `influx` command line tool via the InfluxDB open source package. 3. On the instance, install the `influx` command line tool via the InfluxDB open source package.
``` ```
wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.2_amd64.deb
sudo dpkg -i influxdb_1.8.0_amd64.deb sudo dpkg -i influxdb_1.8.2_amd64.deb
``` ```
4. Access the InfluxDB Enterprise cluster using the following command with "Admin username", "Admin password", and "Connection internal IP" values from the deployment screen substituted for `<value>`. 4. Access the InfluxDB Enterprise cluster using the following command with "Admin username", "Admin password", and "Connection internal IP" values from the deployment screen substituted for `<value>`.

View File

@ -99,15 +99,15 @@ Perform the following steps on each data node.
#### Ubuntu and Debian (64-bit) #### Ubuntu and Debian (64-bit)
```bash ```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.0-c1.8.0_amd64.deb wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.2-c1.8.2_amd64.deb
sudo dpkg -i influxdb-data_1.8.0-c1.8.0_amd64.deb sudo dpkg -i influxdb-data_1.8.2-c1.8.2_amd64.deb
``` ```
#### RedHat and CentOS (64-bit) #### RedHat and CentOS (64-bit)
```bash ```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.0_c1.8.0.x86_64.rpm wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-data-1.8.0_c1.8.0.x86_64.rpm sudo yum localinstall influxdb-data-1.8.2-c1.8.2.x86_64.rpm
``` ```
#### Verify the authenticity of release download (recommended) #### Verify the authenticity of release download (recommended)
@ -124,13 +124,13 @@ For added security, follow these steps to verify the signature of your InfluxDB
For example: For example:
``` ```
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.0_c1.8.0.x86_64.rpm.asc wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x86_64.rpm.asc
``` ```
3. Verify the signature with `gpg --verify`: 3. Verify the signature with `gpg --verify`:
``` ```
gpg --verify influxdb-data-1.8.0_c1.8.0.x86_64.rpm.asc influxdb-data-1.8.0_c1.8.0.x86_64.rpm gpg --verify influxdb-data-1.8.2-c1.8.2.x86_64.rpm.asc influxdb-data-1.8.2-c1.8.2.x86_64.rpm
``` ```
The output from this command should include the following: The output from this command should include the following:
@ -261,16 +261,16 @@ The expected output is:
Data Nodes Data Nodes
========== ==========
ID TCP Address Version ID TCP Address Version
4 enterprise-data-01:8088 1.8.0-c1.8.0 4 enterprise-data-01:8088 1.8.2-c1.8.2
5 enterprise-data-02:8088 1.8.0-c1.8.0 5 enterprise-data-02:8088 1.8.2-c1.8.2
> >
Meta Nodes Meta Nodes
========== ==========
TCP Address Version TCP Address Version
enterprise-meta-01:8091 1.8.0-c1.8.0 enterprise-meta-01:8091 1.8.2-c1.8.2
enterprise-meta-02:8091 1.8.0-c1.8.0 enterprise-meta-02:8091 1.8.2-c1.8.2
enterprise-meta-03:8091 1.8.0-c1.8.0 enterprise-meta-03:8091 1.8.2-c1.8.2
The output should include every data node that was added to the cluster. The output should include every data node that was added to the cluster.

View File

@ -95,15 +95,15 @@ Perform the following steps on each meta server.
##### Ubuntu & Debian (64-bit) ##### Ubuntu & Debian (64-bit)
``` ```
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_1.8.0-c1.8.0_amd64.deb wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_1.8.2-c1.8.2_amd64.deb
sudo dpkg -i influxdb-meta_1.8.0-c1.8.0_amd64.deb sudo dpkg -i influxdb-meta_1.8.2-c1.8.2_amd64.deb
``` ```
##### RedHat & CentOS (64-bit) ##### RedHat & CentOS (64-bit)
``` ```
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.0_c1.8.0.x86_64.rpm wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-meta-1.8.0_c1.8.0.x86_64.rpm sudo yum localinstall influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
``` ```
##### Verify the authenticity of release download (recommended) ##### Verify the authenticity of release download (recommended)
@ -120,13 +120,13 @@ For added security, follow these steps to verify the signature of your InfluxDB
For example: For example:
``` ```
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.0_c1.8.0.x86_64.rpm.asc wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2-c1.8.2.x86_64.rpm.asc
``` ```
3. Verify the signature with `gpg --verify`: 3. Verify the signature with `gpg --verify`:
``` ```
gpg --verify influxdb-meta-1.8.0_c1.8.0.x86_64.rpm.asc influxdb-meta-1.8.0_c1.8.0.x86_64.rpm gpg --verify influxdb-meta-1.8.2-c1.8.2.x86_64.rpm.asc influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
``` ```
The output from this command should include the following: The output from this command should include the following:
@ -226,9 +226,9 @@ The expected output is:
Meta Nodes Meta Nodes
========== ==========
TCP Address Version TCP Address Version
enterprise-meta-01:8091 1.8.0-c1.8.0 enterprise-meta-01:8091 1.8.2-c1.8.2
enterprise-meta-02:8091 1.8.0-c1.8.0 enterprise-meta-02:8091 1.8.2-c1.8.2
enterprise-meta-03:8091 1.8.0-c1.8.0 enterprise-meta-03:8091 1.8.2-c1.8.2
Note that your cluster must have at least three meta nodes. Note that your cluster must have at least three meta nodes.

View File

@ -27,7 +27,7 @@ The InfluxDB OSS `backup` utility provides:
## Online backup and restore (for InfluxDB OSS) ## Online backup and restore (for InfluxDB OSS)
Use the `backup` and `restore` utilities to back up and restore between `influxd` instances with the same versions or with only minor version differences. For example, you can back up from 1.7.3 and restore on 1.8.0. Use the `backup` and `restore` utilities to back up and restore between `influxd` instances with the same versions or with only minor version differences. For example, you can back up from 1.7.3 and restore on 1.8.2.
### Configuring remote connections ### Configuring remote connections

View File

@ -326,7 +326,7 @@ HTTP/1.1 204 No Content
Content-Type: application/json Content-Type: application/json
Request-Id: 9c353b0e-aadc-11e8-8023-000000000000 Request-Id: 9c353b0e-aadc-11e8-8023-000000000000
X-Influxdb-Build: OSS X-Influxdb-Build: OSS
X-Influxdb-Version: v1.8.0 X-Influxdb-Version: v1.8.2
X-Request-Id: 9c353b0e-aadc-11e8-8023-000000000000 X-Request-Id: 9c353b0e-aadc-11e8-8023-000000000000
Date: Tue, 05 Nov 2018 16:08:32 GMT Date: Tue, 05 Nov 2018 16:08:32 GMT
``` ```