Skip to content

Commit b029354

Browse files
authored
Merge pull request #5855 from influxdata/clustered-upgrade-notes
Update InfluxDB Clustered upgrade guide
2 parents 3c75645 + 3cae477 commit b029354

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

content/influxdb3/clustered/admin/upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ related:
1515
---
1616

1717
Use Kubernetes to upgrade your InfluxDB Clustered version.
18+
The upgrade is carried out using in-place updates, ensuring minimal downtime.
1819
InfluxDB Clustered versioning is defined in the `AppInstance`
1920
`CustomResourceDefinition` (CRD) in your
2021
[`myinfluxdb.yml`](/influxdb3/clustered/install/set-up-cluster/configure-cluster/).
2122

23+
> [!Important]
24+
> InfluxDB Clustered does not support downgrading.
25+
> If you encounter an issue after upgrading,
26+
> [contact InfluxData support](mailto:support@influxdata.com).
27+
2228
- [Version format](#version-format)
2329
- [Upgrade your InfluxDB Clustered version](#upgrade-your-influxdb-clustered-version)
2430

content/influxdb3/clustered/reference/release-notes/clustered.md

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ menu:
1010
weight: 201
1111
---
1212

13-
{{% note %}}
14-
## Checkpoint releases {.checkpoint}
15-
16-
Some InfluxDB Clustered releases are checkpoint releases that introduce a
17-
breaking change to an InfluxDB component.
18-
When [upgrading InfluxDB Clustered](/influxdb3/clustered/admin/upgrade/),
19-
**always upgrade to each checkpoint release first, before proceeding to newer versions**.
20-
21-
Checkpoint releases are only made when absolutely necessary and are clearly
22-
identified below with the <span class="cf-icon Shield pink"></span> icon.
23-
{{% /note %}}
13+
> [!Note]
14+
> ## Checkpoint releases {.checkpoint}
15+
>
16+
> Some InfluxDB Clustered releases are checkpoint releases that introduce a
17+
> breaking change to an InfluxDB component.
18+
> When [upgrading InfluxDB Clustered](/influxdb3/clustered/admin/upgrade/),
19+
> **always upgrade to each checkpoint release first, before proceeding to newer versions**.
20+
>
21+
> Checkpoint releases are only made when absolutely necessary and are clearly
22+
> identified below with the <span class="cf-icon Shield pink"></span> icon.
2423
2524
{{< release-toc >}}
2625

@@ -181,11 +180,10 @@ For customers who experience this bug when attempting to upgrade to
181180

182181
## 20240925-1257864 {date="2024-09-25" .checkpoint}
183182

184-
{{% warn %}}
185-
This release has a number of bugs in it which make it unsuitable for customer use.
186-
If you are currently running this version, please upgrade to
187-
[20241024-1354148](#20241024-1354148).
188-
{{% /warn %}}
183+
> [!Caution]
184+
> This release has a number of bugs in it which make it unsuitable for customer use.
185+
> If you are currently running this version, please upgrade to
186+
> [20241024-1354148](#20241024-1354148).
189187

190188
### Quickstart
191189

@@ -352,10 +350,9 @@ validation error when omitted.
352350
When the `admin` section is omitted, the `admin-token` `Secret` can be used
353351
instead to get started quickly.
354352

355-
{{% note %}}
356-
We still highly recommend OAuth for production; however, this lets you run an
357-
InfluxDB Cluster with out having to integrate with an identity provider.**
358-
{{% /note %}}
353+
> [!Note]
354+
> We recommend OAuth for production; however, the `admin-token` lets you run an
355+
> InfluxDB Cluster without having to integrate with an identity provider.**
359356

360357
### Upgrade notes
361358

@@ -680,11 +677,10 @@ Kubernetes scheduler's default behavior. For further details, please consult the
680677
- Fix gRPC reflection to only include services served by a particular listening
681678
port.
682679

683-
{{% note %}}
684-
`arrow.flight.protocol.FlightService` is known to be missing in the
685-
`iox-shared-querier`'s reflection service even though `iox-shared-querier`
686-
does run that gRPC service.
687-
{{% /note %}}
680+
> [!Note]
681+
> `arrow.flight.protocol.FlightService` is known to be missing in the
682+
> `iox-shared-querier`'s reflection service even though `iox-shared-querier`
683+
> does run that gRPC service.
688684

689685
---
690686

@@ -889,10 +885,9 @@ spec:
889885

890886
### Highlights
891887

892-
{{% warn %}}
893-
**This release fixes a regression in the database engine that was introduced in
894-
[20231115-746129](#20231115-746129).**
895-
{{% /warn %}}
888+
> ![Important]
889+
> **This release fixes a regression in the database engine that was introduced in
890+
> [20231115-746129](#20231115-746129).**
896891

897892
### Changes
898893

0 commit comments

Comments
 (0)