feat: use current-version in upgrade guide (#6679)

* feat: use current-version in upgrade guide

* chore(influxdb2): Update version 2.7 to 2.8.  Use shortcode where supported. Punctuation fix. (#6680)

* Update content/influxdb/v2/install/upgrade/v1-to-v2/_index.md

* Update content/influxdb/v2/install/upgrade/v1-to-v2/_index.md

* Update content/influxdb/v2/install/upgrade/v1-to-v2/_index.md

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
jts-vale-spell
WeblWabl 2025-12-31 13:54:10 -06:00 committed by GitHub
parent 7ed3861031
commit a6994439e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 21 deletions

View File

@ -1,12 +1,12 @@
---
title: Upgrade from InfluxDB 1.x to 2.7
title: Upgrade from InfluxDB 1.x to {{< current-version >}}
description: >
Explore different methods for upgrading from InfluxDB 1.x to InfluxDB 2.7 and
Explore different methods for upgrading from InfluxDB 1.x to InfluxDB {{< current-version >}} and
choose the best one for your use case.
menu:
influxdb_v2:
parent: Upgrade InfluxDB
name: InfluxDB 1.x to 2.7
name: InfluxDB 1.x to 2.8
weight: 11
aliases:
- /influxdb/v2/upgrade/v1-to-v2/

View File

@ -1,11 +1,11 @@
---
title: Automatically upgrade from InfluxDB 1.x to 2.7
list_title: Automatically upgrade from 1.x to 2.7
title: Automatically upgrade from InfluxDB 1.x to {{< current-version >}}
list_title: Automatically upgrade from 1.x to {{< current-version >}}
description: >
Use the `influx upgrade` tool to automatically upgrade from InfluxDB 1.x to InfluxDB 2.7.
Use the `influx upgrade` tool to automatically upgrade from InfluxDB 1.x to InfluxDB {{< current-version >}}.
menu:
influxdb_v2:
parent: InfluxDB 1.x to 2.7
parent: InfluxDB 1.x to 2.8
name: Automatically upgrade
weight: 10
aliases:

View File

@ -1,12 +1,12 @@
---
title: Upgrade from InfluxDB 1.x to 2.7 with Docker
list_title: Upgrade from 1.x to 2.7 with Docker
title: Upgrade from InfluxDB 1.x to {{< current-version >}} with Docker
list_title: Upgrade from 1.x to {{< current-version >}} with Docker
description: >
Use the automated upgrade process built into the InfluxDB 2.x Docker image to
update InfluxDB 1.x Docker deployments to InfluxDB 2.x.
menu:
influxdb_v2:
parent: InfluxDB 1.x to 2.7
parent: InfluxDB 1.x to 2.8
name: Upgrade with Docker
weight: 101
aliases:

View File

@ -1,13 +1,13 @@
---
title: Manually upgrade from InfluxDB 1.x to 2.7
list_title: Manually upgrade from 1.x to 2.7
title: Manually upgrade from InfluxDB 1.x to {{< current-version >}}
list_title: Manually upgrade from 1.x to {{< current-version >}}
description: >
To manually upgrade from InfluxDB 1.x to InfluxDB 2.7, migrate data, create
To manually upgrade from InfluxDB 1.x to InfluxDB {{< current-version >}}, migrate data, create
v1-compatible authorizations, and create database and retention policy
(DBRP) mappings.
menu:
influxdb_v2:
parent: InfluxDB 1.x to 2.7
parent: InfluxDB 1.x to 2.8
name: Manually upgrade
weight: 11
aliases:

View File

@ -6,7 +6,7 @@ description: >
InfluxDB 2.x tasks.
menu:
influxdb_v2:
parent: InfluxDB 1.x to 2.7
parent: InfluxDB 1.x to 2.8
name: Migrate CQs
weight: 102
aliases:
@ -123,7 +123,7 @@ See [other resources available to help](#other-helpful-resources).
#### INTO clause
The `INTO` clause defines the measurement to write results to.
`INTO` also supports fully-qualified measurements that include the database and retention policy.
`INTO` also supports fully qualified measurements that include the database and retention policy.
In InfluxDB OSS {{< current-version >}}, database and retention policy combinations are mapped to specific buckets
(for more information, see [Database and retention policy mapping](/influxdb/v2/reference/api/influxdb-1x/dbrp/)).

View File

@ -1,13 +1,13 @@
---
title: Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0
description: >
To upgrade from InfluxDB 2.0 beta 16 or earlier to InfluxDB 2.x, first
To upgrade from InfluxDB 2.0 beta 16 or earlier to {{< current-version >}}, first
follow these steps to upgrade your InfluxDB beta instance, data, and resources
to InfluxDB 2.0.
menu:
influxdb_v2:
parent: Upgrade InfluxDB
name: InfluxDB 2.0 beta to 2.0
name: InfluxDB 2.0 beta to 2.8
aliases:
- /influxdb/v2.0/reference/rc0-upgrade-guide/
- /influxdb/v2.0/reference/rc1-upgrade-guide/

View File

@ -1,12 +1,12 @@
---
title: Upgrade from InfluxDB 2.x to InfluxDB 2.7
title: Upgrade from InfluxDB 2.x to {{< current-version >}}
description: >
To upgrade from InfluxDB 2.0 beta 16 or earlier to InfluxDB 2.7 (stable),
To upgrade from InfluxDB 2.0 beta 16 or earlier to {{< current-version >}},
manually upgrade all resources and data to the latest version by completing these steps.
menu:
influxdb_v2:
parent: Upgrade InfluxDB
name: InfluxDB 2.x to 2.7
name: InfluxDB 2.x to 2.8
weight: 9
aliases:
- /influxdb/v2/upgrade/v2-to-v2/