From c9dc8a47373a5ec3065f4357eb4346d266b089da Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:32:33 +0000 Subject: [PATCH 1/4] Initial plan From 22b7385f6a051e039d0307892665b6ccd37f7f6f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:42:22 +0000 Subject: [PATCH 2/4] fix(influxdb3): correct release notes links in shared upgrade doc Agent-Logs-Url: https://github.com/influxdata/docs-v2/sessions/f84e2533-52ec-458a-b241-ab24b37f94d1 --- content/shared/influxdb3-admin/upgrade.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/shared/influxdb3-admin/upgrade.md b/content/shared/influxdb3-admin/upgrade.md index 95c2245f3f..e81aaa6e6e 100644 --- a/content/shared/influxdb3-admin/upgrade.md +++ b/content/shared/influxdb3-admin/upgrade.md @@ -12,7 +12,12 @@ Upgrade your {{% product-name %}} version. ## Before you upgrade -Before upgrading your {{% product-name %}} {{% show-in "core" %}}instance{{% /show-in %}}{{% show-in "enterprise" %}}cluster{{% /show-in %}}, review the [release notes](/influxdb3/enterprise/reference/release-notes/) for compatibility requirements and then plan your upgrade strategy. +{{% show-in "core" %}} +Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/core/release-notes/) for compatibility requirements and then plan your upgrade strategy. +{{% /show-in %}} +{{% show-in "enterprise" %}} +Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/enterprise/release-notes/) for compatibility requirements and then plan your upgrade strategy. +{{% /show-in %}} ### Verify your current version @@ -351,14 +356,14 @@ If you upgrade nodes out of the [recommended order](#recommended-node-upgrade-or If nodes fail to communicate after an upgrade, verify that all nodes are running compatible versions. 1. **Connect to each node** and [verify the version](#verify-your-current-version) -2. Review the [release notes](/influxdb3/enterprise/reference/release-notes/) for your target version to identify any breaking changes or compatibility requirements. +2. Review the [release notes](/influxdb3/enterprise/release-notes/) for your target version to identify any breaking changes or compatibility requirements. #### Catalog version constraints Different version transitions may have different catalog version constraints. The v3.3.x → v3.4.x transition has specific constraints, but other version transitions may differ. -**Before upgrading**, review the [release notes](/influxdb3/enterprise/reference/release-notes/) for your target version to understand: +**Before upgrading**, review the [release notes](/influxdb3/enterprise/release-notes/) for your target version to understand: - Whether the upgrade crosses a catalog version boundary - How long catalog modifications may be blocked during the upgrade From 928a94c23247ebb75f7fecd00e436935b64cb6f5 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Sun, 19 Apr 2026 09:46:52 -0500 Subject: [PATCH 3/4] Update content/shared/influxdb3-admin/upgrade.md --- content/shared/influxdb3-admin/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-admin/upgrade.md b/content/shared/influxdb3-admin/upgrade.md index e81aaa6e6e..601ea21588 100644 --- a/content/shared/influxdb3-admin/upgrade.md +++ b/content/shared/influxdb3-admin/upgrade.md @@ -13,7 +13,7 @@ Upgrade your {{% product-name %}} version. ## Before you upgrade {{% show-in "core" %}} -Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/core/release-notes/) for compatibility requirements and then plan your upgrade strategy. +Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/version/release-notes/) for compatibility requirements and then plan your upgrade strategy. {{% /show-in %}} {{% show-in "enterprise" %}} Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/enterprise/release-notes/) for compatibility requirements and then plan your upgrade strategy. From 4460b54855ca75597699904aeff8e7bc835d67aa Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Sun, 19 Apr 2026 09:46:58 -0500 Subject: [PATCH 4/4] Update content/shared/influxdb3-admin/upgrade.md --- content/shared/influxdb3-admin/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-admin/upgrade.md b/content/shared/influxdb3-admin/upgrade.md index 601ea21588..141363a1f7 100644 --- a/content/shared/influxdb3-admin/upgrade.md +++ b/content/shared/influxdb3-admin/upgrade.md @@ -16,7 +16,7 @@ Upgrade your {{% product-name %}} version. Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/version/release-notes/) for compatibility requirements and then plan your upgrade strategy. {{% /show-in %}} {{% show-in "enterprise" %}} -Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/enterprise/release-notes/) for compatibility requirements and then plan your upgrade strategy. +Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/version/release-notes/) for compatibility requirements and then plan your upgrade strategy. {{% /show-in %}} ### Verify your current version