hotfix: updated enterprise 1.8 patch versions

pull/2640/head
Scott Anderson 2021-06-02 10:20:04 -06:00
parent ea51a477af
commit 2648aaaa01
8 changed files with 50 additions and 50 deletions

View File

@ -12,7 +12,7 @@ menu:
## v1.8.6 [2021-05-21]
{{% warn %}}
**Fine-grained authorization security update.** If you're on InfluxDB Enterprise 1.8.5, we recommend immediately upgrading to this release. An issue was reported in 1.8.5 where grants with specified permissions for users were not enforced. Versions prior to InfluxDB Enterprise 1.8.5 are not affected. This security update ensures that only users with sufficient permissions can read and write to a measurement.
**Fine-grained authorization security update.** If you're on InfluxDB Enterprise {{< latest-patch >}}, we recommend immediately upgrading to this release. An issue was reported in {{< latest-patch >}} where grants with specified permissions for users were not enforced. Versions prior to InfluxDB Enterprise {{< latest-patch >}} are not affected. This security update ensures that only users with sufficient permissions can read and write to a measurement.
{{% /warn %}}
### Features
@ -32,9 +32,9 @@ menu:
- Previously, the Anti-Entropy service would loop trying to copy an empty shard to a data node missing that shard. Now, an empty shard is successfully created on a new node.
- Check for previously ignored errors in `DiffIterator.Next()`. Update to check before possible function exit and ensure handles are closed on error in digest diffs.
## v1.8.5 [2020-04-20]
## v{{< latest-patch >}} [2020-04-20]
The InfluxDB Enterprise 1.8.5 release builds on the InfluxDB OSS 1.8.5 release.
The InfluxDB Enterprise {{< latest-patch >}} release builds on the InfluxDB OSS {{< latest-patch >}} release.
For details on changes incorporated from the InfluxDB OSS release, see
[InfluxDB OSS release notes](/influxdb/v1.8/about_the_project/releasenotes-changelog/#v185-2021-04-20).

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.
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.
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.6.
### Backup utility

View File

@ -10,7 +10,7 @@ menu:
parent: Administration
---
To successfully perform a rolling upgrade of InfluxDB Enterprise clusters to 1.8.2, complete the following steps:
To successfully perform a rolling upgrade of InfluxDB Enterprise clusters to {{< latest-patch >}}, complete the following steps:
1. [Back up your cluster](#back-up-your-cluster).
2. [Upgrade meta nodes](#upgrade-meta-nodes).
@ -41,13 +41,13 @@ Complete the following steps to upgrade meta nodes:
##### Ubuntu and Debian (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_1.8.2-c1.8.2_amd64.deb
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
##### RedHat and CentOS (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2_c1.8.2.x86_64.rpm
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm
```
### Install the meta node package
@ -55,13 +55,13 @@ wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2_c1.8.2.x8
##### Ubuntu and Debian (64-bit)
```bash
sudo dpkg -i influxdb-meta_1.8.2-c1.8.2_amd64.deb
sudo dpkg -i influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
##### RedHat and CentOS (64-bit)
```bash
sudo yum localinstall influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm
```
### Update the meta node configuration file
@ -103,9 +103,9 @@ ID TCP Address Version
Meta Nodes
==========
TCP Address Version
rk-upgrading-01:8091 1.8.2-c1.8.2 # 1.8.2-c1.8.2 = 👍
rk-upgrading-02:8091 1.8.2-c1.8.2
rk-upgrading-03:8091 1.8.2-c1.8.2
rk-upgrading-01:8091 {{< latest-patch >}}-c{{< latest-patch >}} # {{< latest-patch >}}-c{{< latest-patch >}} = 👍
rk-upgrading-02:8091 {{< latest-patch >}}-c{{< latest-patch >}}
rk-upgrading-03:8091 {{< latest-patch >}}-c{{< latest-patch >}}
```
Ensure that the meta cluster is healthy before upgrading the data nodes.
@ -129,13 +129,13 @@ Complete the following steps to upgrade data nodes:
##### Ubuntu and Debian (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.2-c1.8.2_amd64.deb
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
##### RedHat and CentOS (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x86_64.rpm
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm
```
### Stop traffic to the data node
@ -146,19 +146,19 @@ wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x8
### Install the data node package
When you run the install command, you're prompted to keep or overwrite your current configuration file with the file for version 1.8.2. Enter `N` or `O` to keep your current configuration file. You'll make the configuration changes for version 1.8.2. in the next procedure, [Update the data node configuration file](#update-the-data-node-configuration-file).
When you run the install command, you're prompted to keep or overwrite your current configuration file with the file for version {{< latest-patch >}}. Enter `N` or `O` to keep your current configuration file. You'll make the configuration changes for version {{< latest-patch >}}. in the next procedure, [Update the data node configuration file](#update-the-data-node-configuration-file).
##### Ubuntu and Debian (64-bit)
```bash
sudo dpkg -i influxdb-data_1.8.2-c1.8.2_amd64.deb
sudo dpkg -i influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
##### RedHat & CentOS (64-bit)
```bash
sudo yum localinstall influxdb-data-1.8.2-c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm
```
### Update the data node configuration file
@ -230,16 +230,16 @@ The [`influxd-ctl` utility](/enterprise_influxdb/v1.8/administration/cluster-com
Data Nodes
==========
ID TCP Address Version
4 rk-upgrading-01:8088 1.8.2-c1.8.2 # 1.8.2-c1.8.2 = 👍
5 rk-upgrading-02:8088 1.8.2-c1.8.2
6 rk-upgrading-03:8088 1.8.2-c1.8.2
4 rk-upgrading-01:8088 {{< latest-patch >}}-c{{< latest-patch >}} # {{< latest-patch >}}-c{{< latest-patch >}} = 👍
5 rk-upgrading-02:8088 {{< latest-patch >}}-c{{< latest-patch >}}
6 rk-upgrading-03:8088 {{< latest-patch >}}-c{{< latest-patch >}}
Meta Nodes
==========
TCP Address Version
rk-upgrading-01:8091 1.8.2-c1.8.2
rk-upgrading-02:8091 1.8.2-c1.8.2
rk-upgrading-03:8091 1.8.2-c1.8.2
rk-upgrading-01:8091 {{< latest-patch >}}-c{{< latest-patch >}}
rk-upgrading-02:8091 {{< latest-patch >}}-c{{< latest-patch >}}
rk-upgrading-03:8091 {{< latest-patch >}}-c{{< latest-patch >}}
```
If you have any issues upgrading your cluster, contact InfluxData support.

View File

@ -210,14 +210,14 @@ sudo yum remove influxdb
{{% /code-tabs %}}
{{% code-tab-content %}}
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.2-c1.8.2_amd64.deb
sudo dpkg -i influxdb-data_1.8.2-c1.8.2_amd64.deb
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
sudo dpkg -i influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
{{% /code-tab-content %}}
{{% code-tab-content %}}
```bash
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.2-c1.8.2.x86_64.rpm
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm
sudo yum localinstall influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm
```
{{% /code-tab-content %}}
{{< /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.
```
wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.2_amd64.deb
sudo dpkg -i influxdb_1.8.2_amd64.deb
wget https://dl.influxdata.com/influxdb/releases/influxdb_{{< latest-patch >}}_amd64.deb
sudo dpkg -i influxdb_{{< latest-patch >}}_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>`.

View File

@ -101,15 +101,15 @@ Perform the following steps on each data node.
#### Ubuntu and Debian (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_1.8.5-c1.8.5_amd64.deb
sudo dpkg -i influxdb-data_1.8.5-c1.8.5_amd64.deb
wget https://dl.influxdata.com/enterprise/releases/influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
sudo dpkg -i influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
#### RedHat and CentOS (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.5_c1.8.5.x86_64.rpm
sudo yum localinstall influxdb-data-1.8.5_c1.8.5.x86_64.rpm
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm
sudo yum localinstall influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm
```
#### Verify the authenticity of release download (recommended)
@ -126,13 +126,13 @@ For added security, follow these steps to verify the signature of your InfluxDB
For example:
```
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.5_c1.8.5.x86_64.rpm.asc
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc
```
3. Verify the signature with `gpg --verify`:
```
gpg --verify influxdb-data-1.8.5-c1.8.5.x86_64.rpm.asc influxdb-data-1.8.5_c1.8.5.x86_64.rpm
gpg --verify influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm
```
The output from this command should include the following:
@ -264,16 +264,16 @@ The expected output is:
Data Nodes
==========
ID TCP Address Version
4 enterprise-data-01:8088 1.8.5-c1.8.5
5 enterprise-data-02:8088 1.8.5-c1.8.5
4 enterprise-data-01:8088 {{< latest-patch >}}-c{{< latest-patch >}}
5 enterprise-data-02:8088 {{< latest-patch >}}-c{{< latest-patch >}}
Meta Nodes
==========
TCP Address Version
enterprise-meta-01:8091 1.8.5-c1.8.5
enterprise-meta-02:8091 1.8.5-c1.8.5
enterprise-meta-03:8091 1.8.5-c1.8.5
enterprise-meta-01:8091 {{< latest-patch >}}-c{{< latest-patch >}}
enterprise-meta-02:8091 {{< latest-patch >}}-c{{< latest-patch >}}
enterprise-meta-03:8091 {{< latest-patch >}}-c{{< latest-patch >}}
{{% /note %}}
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)
```
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_1.8.5-c1.8.5_amd64.deb
sudo dpkg -i influxdb-meta_1.8.5-c1.8.5_amd64.deb
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
sudo dpkg -i influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb
```
##### RedHat & CentOS (64-bit)
```
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.5_c1.8.5.x86_64.rpm
sudo yum localinstall influxdb-meta-1.8.5_c1.8.5.x86_64.rpm
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm
sudo yum localinstall influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm
```
##### 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:
```
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.5_c1.8.5.x86_64.rpm.asc
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc
```
3. Verify the signature with `gpg --verify`:
```
gpg --verify influxdb-meta-1.8.5_c1.8.5.x86_64.rpm.asc influxdb-meta-1.8.5_c1.8.5.x86_64.r
gpg --verify influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.r
```
The output from this command should include the following:
@ -229,9 +229,9 @@ The expected output is:
==========
TCP Address Version
enterprise-meta-01:8091 1.8.5-c1.8.5
enterprise-meta-02:8091 1.8.5-c1.8.5
enterprise-meta-03:8091 1.8.5-c1.8.5
enterprise-meta-01:8091 {{< latest-patch >}}-c{{< latest-patch >}}
enterprise-meta-02:8091 {{< latest-patch >}}-c{{< latest-patch >}}
enterprise-meta-03:8091 {{< latest-patch >}}-c{{< latest-patch >}}
{{% /note %}}

View File

@ -49,4 +49,4 @@ enterprise_influxdb:
"1.5": 4
"1.6": 6
"1.7": 10
"1.8": 5
"1.8": 6